C# Class NuGet.VisualStudio.Test.TestUtils

Afficher le fichier Open project: grendello/nuget Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static EnsureTypeIdentifierAttribute ( ) : void
Résultat void

GetDTE() public static méthode

public static GetDTE ( ) : DTE
Résultat DTE

GetProject() public static méthode

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
Résultat Project

GetSolutionManager() public static méthode

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