次の方法で共有


SelectionListener.OnCmdUIContextChanged メソッド

このメソッドは何も実行しません。

名前空間 :  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

パラメータ

戻り値

型 : System.Int32

実装

IVsSelectionEvents.OnCmdUIContextChanged(UInt32, Int32)

参照

参照

SelectionListener クラス

SelectionListener メンバ

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF 名前空間