C# Class NuGet.VisualStudio.Test.TestUtils

显示文件 Open project: grendello/nuget Class Usage Examples

Public Methods

Method Description
EnsureTypeIdentifierAttribute ( ) : void
GetDTE ( ) : DTE
GetProject ( string name, string kind = VsConstants.CsharpProjectTypeGuid, IEnumerable projectFiles = null, Property>.Func propertyGetter = null ) : Project
GetSolutionManager ( bool isSolutionOpen = true, string defaultProjectName = null, IEnumerable projects = null ) : ISolutionManager

Method Details

EnsureTypeIdentifierAttribute() public static method

public static EnsureTypeIdentifierAttribute ( ) : void
return void

GetDTE() public static method

public static GetDTE ( ) : DTE
return DTE

GetProject() public static method

public static GetProject ( string name, string kind = VsConstants.CsharpProjectTypeGuid, IEnumerable projectFiles = null, Property>.Func propertyGetter = null ) : Project
name string
kind string
projectFiles IEnumerable
propertyGetter Property>.Func
return Project

GetSolutionManager() public static method

public static GetSolutionManager ( bool isSolutionOpen = true, string defaultProjectName = null, IEnumerable projects = null ) : ISolutionManager
isSolutionOpen bool
defaultProjectName string
projects IEnumerable
return ISolutionManager