다음을 통해 공유


CommonCommandIds.GroupId 속성

버전 2에 적용

일반 명령 GroupId를 가져오며,+ 이 ID는 ICommandTarget에 전달될 수 있습니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Public Shared Property GroupId As Guid 
    Get 
    Private Set
‘사용 방법
Dim value As Guid 

value = CommonCommandIds.GroupId
public static Guid GroupId { get; private set; }
public:
static property Guid GroupId {
    Guid get ();
    private: void set (Guid value);
}
static member GroupId : Guid with get, private set
static function get GroupId () : Guid 
private static function set GroupId (value : Guid)

속성 값

유형: System.Guid
일반 명령 GroupId입니다.

참고 항목

참조

CommonCommandIds 클래스

Microsoft.WebMatrix.Extensibility 네임스페이스