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