このメソッドは何も実行しません。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Overridable Function OnCmdUIContextChanged ( _
dwCmdUICookie As UInteger, _
fActive As Integer _
) As Integer
'使用
Dim instance As SelectionListener
Dim dwCmdUICookie As UInteger
Dim fActive As Integer
Dim returnValue As Integer
returnValue = instance.OnCmdUIContextChanged(dwCmdUICookie, _
fActive)
public virtual int OnCmdUIContextChanged(
uint dwCmdUICookie,
int fActive
)
public:
virtual int OnCmdUIContextChanged(
unsigned int dwCmdUICookie,
int fActive
)
public function OnCmdUIContextChanged(
dwCmdUICookie : uint,
fActive : int
) : int
パラメータ
- dwCmdUICookie
型 : System.UInt32
未使用
- fActive
型 : System.Int32
未使用
戻り値
型 : System.Int32
実装
IVsSelectionEvents.OnCmdUIContextChanged(UInt32, Int32)