메소드 | 설명 | |
---|---|---|
GetConfiguredProject ( this textBuffer ) : ConfiguredProject | ||
GetHierarchy ( this textBuffer ) : IVsHierarchy | ||
GetUnconfiguredProject ( this textBuffer ) : UnconfiguredProject | ||
TryGetHierarchy ( string filePath, IVsHierarchy &vsHierarchy, uint &vsItemId ) : bool |
public static GetConfiguredProject ( this textBuffer ) : ConfiguredProject | ||
textBuffer | this | |
리턴 | ConfiguredProject |
public static GetHierarchy ( this textBuffer ) : IVsHierarchy | ||
textBuffer | this | |
리턴 | IVsHierarchy |
public static GetUnconfiguredProject ( this textBuffer ) : UnconfiguredProject | ||
textBuffer | this | |
리턴 | UnconfiguredProject |
public static TryGetHierarchy ( string filePath, IVsHierarchy &vsHierarchy, uint &vsItemId ) : bool | ||
filePath | string | |
vsHierarchy | IVsHierarchy | |
vsItemId | uint | |
리턴 | bool |