IContextMenuItem.CommandParameter 속성
버전 2에 적용
명령으로 전달할 매개 변수를 가져오거나 설정합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
ReadOnly Property CommandParameter As Object
Get
‘사용 방법
Dim instance As IContextMenuItem
Dim value As Object
value = instance.CommandParameter
Object CommandParameter { get; }
property Object^ CommandParameter {
Object^ get ();
}
abstract CommandParameter : Object
function get CommandParameter () : Object
속성 값
유형: System.Object
명령에 전달할 매개 변수입니다.