메소드 | 설명 | |
---|---|---|
GetBrowseObjectContext ( this hierarchy ) : IVsBrowseObjectContext |
Convenient way to get to the UnconfiguredProject from the hierarchy
|
|
GetConfiguredProject ( this hierarchy ) : ConfiguredProject |
Convenient way to get to the ConfiguredProject from the hierarchy
|
|
GetDTEProject ( this hierarchy ) : EnvDTE.Project |
Returns EnvDTE.Project object for the hierarchy
|
|
GetUnconfiguredProject ( this hierarchy ) : UnconfiguredProject |
Convenient way to get to the UnconfiguredProject from the hierarchy
|
public static GetBrowseObjectContext ( this hierarchy ) : IVsBrowseObjectContext | ||
hierarchy | this | |
리턴 | IVsBrowseObjectContext |
public static GetConfiguredProject ( this hierarchy ) : ConfiguredProject | ||
hierarchy | this | |
리턴 | ConfiguredProject |
public static GetDTEProject ( this hierarchy ) : EnvDTE.Project | ||
hierarchy | this | |
리턴 | EnvDTE.Project |
public static GetUnconfiguredProject ( this hierarchy ) : UnconfiguredProject | ||
hierarchy | this | |
리턴 | UnconfiguredProject |