Method | Description | |
---|---|---|
AdviseSelectionEvents ( IVsSelectionEvents pSink, uint &pdwCookie ) : int | ||
GetCmdUIContextCookie ( System.Guid &rguidCmdUI, uint &pdwCmdUICookie ) : int | ||
GetCurrentElementValue ( uint elementid, object &pvarValue ) : int | ||
GetCurrentSelection ( |
||
IsCmdUIContextActive ( uint dwCmdUICookie, int &pfActive ) : int | ||
SetCmdUIContext ( uint dwCmdUICookie, int fActive ) : int | ||
UnadviseSelectionEvents ( uint dwCookie ) : int |
public AdviseSelectionEvents ( IVsSelectionEvents pSink, uint &pdwCookie ) : int | ||
pSink | IVsSelectionEvents | |
pdwCookie | uint | |
return | int |
public GetCmdUIContextCookie ( System.Guid &rguidCmdUI, uint &pdwCmdUICookie ) : int | ||
rguidCmdUI | System.Guid | |
pdwCmdUICookie | uint | |
return | int |
public GetCurrentElementValue ( uint elementid, object &pvarValue ) : int | ||
elementid | uint | |
pvarValue | object | |
return | int |
public GetCurrentSelection ( |
||
ppHier | ||
pitemid | uint | |
ppMIS | IVsMultiItemSelect | |
ppSC | ||
return | int |
public IsCmdUIContextActive ( uint dwCmdUICookie, int &pfActive ) : int | ||
dwCmdUICookie | uint | |
pfActive | int | |
return | int |
public SetCmdUIContext ( uint dwCmdUICookie, int fActive ) : int | ||
dwCmdUICookie | uint | |
fActive | int | |
return | int |
public UnadviseSelectionEvents ( uint dwCookie ) : int | ||
dwCookie | uint | |
return | int |