ICommandId.GroupId 속성
버전 2에 적용
명령에 대한 그룹 ID를 가져옵니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
ReadOnly Property GroupId As Guid
Get
‘사용 방법
Dim instance As ICommandId
Dim value As Guid
value = instance.GroupId
Guid GroupId { get; }
property Guid GroupId {
Guid get ();
}
abstract GroupId : Guid
function get GroupId () : Guid
속성 값
유형: System.Guid
명령에 대한 그룹 ID입니다.