Свойство | Type | Description | |
---|---|---|---|
IVsAggregatableProjectCorrected | int | ||
IVsAggregatableProjectCorrected | int | ||
IVsAggregatableProjectCorrected | int | ||
IVsAggregatableProjectCorrected | int | ||
IVsBuildPropertyStorage | int | ||
IVsBuildPropertyStorage | int | ||
IVsBuildPropertyStorage | int | ||
IVsProject | int | ||
IVsProject | int | ||
IVsProject | int | ||
IVsProject | int | ||
IVsProject | int | ||
IVsProject | int | ||
Project | dynamic | ||
Project | void | ||
Project | void |
Méthode | Description | |
---|---|---|
AddOrGetFile ( string filePath ) : uint | ||
ClearBuildProperty ( string propertyName ) : void | ||
ClearProjectKind ( ) : void | ||
GetAggregateProjectTypeGuids ( ) : IEnumerable |
||
GetBuildProperty ( string propertyName ) : string | ||
ProjectMock ( string projectFile ) : EnvDTE | ||
RemoveFile ( string filePath ) : void | ||
SetAggregateProjectTypeGuids ( ) : void | ||
SetAggregateProjectTypeString ( string str ) : void | ||
SetBuildProperty ( string propertyName, string value ) : void | ||
SetCSProjectKind ( ) : void | ||
SetProjectKind ( System.Guid kind ) : void | ||
SetTestProject ( ) : void | ||
SetVBProjectKind ( ) : void |
Méthode | Description | |
---|---|---|
IVsAggregatableProjectCorrected ( ) : int | ||
IVsAggregatableProjectCorrected ( |
||
IVsAggregatableProjectCorrected ( string &pbstrProjTypeGuids ) : int | ||
IVsAggregatableProjectCorrected ( string pszFilename, string pszLocation, string pszName, uint grfCreateFlags, System.Guid &iidProject, |
||
IVsBuildPropertyStorage ( string pszPropName, string pszConfigName, uint storage ) : int | ||
IVsBuildPropertyStorage ( string pszPropName, string pszConfigName, uint storage, string &pbstrPropValue ) : int | ||
IVsBuildPropertyStorage ( uint item, string pszAttributeName, string &pbstrAttributeValue ) : int | ||
IVsProject ( string pszMkDocument, int &pfFound, VSDOCUMENTPRIORITY pdwPriority, uint &pitemid ) : int | ||
IVsProject ( uint itemid, System.Guid &rguidLogicalView, |
||
IVsProject ( uint itemid, Microsoft &ppSP ) : int | ||
IVsProject ( uint itemidLoc, VSADDITEMOPERATION dwAddItemOperation, string pszItemName, uint cFilesToOpen, string rgpszFilesToOpen, |
||
IVsProject ( uint itemid, string &pbstrMkDocument ) : int | ||
IVsProject ( uint itemidLoc, string pszExt, string pszSuggestedRoot, string &pbstrItemName ) : int | ||
Project ( string ExtenderName ) : dynamic | ||
Project ( ) : void | ||
Project ( string NewFileName ) : void |
public AddOrGetFile ( string filePath ) : uint | ||
filePath | string | |
Résultat | uint |
public ClearBuildProperty ( string propertyName ) : void | ||
propertyName | string | |
Résultat | void |
public GetAggregateProjectTypeGuids ( ) : IEnumerable |
||
Résultat | IEnumerable |
public GetBuildProperty ( string propertyName ) : string | ||
propertyName | string | |
Résultat | string |
public ProjectMock ( string projectFile ) : EnvDTE | ||
projectFile | string | |
Résultat | EnvDTE |
public RemoveFile ( string filePath ) : void | ||
filePath | string | |
Résultat | void |
public SetAggregateProjectTypeGuids ( ) : void | ||
Résultat | void |
public SetAggregateProjectTypeString ( string str ) : void | ||
str | string | |
Résultat | void |
public SetBuildProperty ( string propertyName, string value ) : void | ||
propertyName | string | |
value | string | |
Résultat | void |
public SetProjectKind ( System.Guid kind ) : void | ||
kind | System.Guid | |
Résultat | void |