FontAndColorProviderBase.Guid 속성

Gets or sets the identity Guid.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Protected Property Guid As Guid 
    Get 
    Set
‘사용 방법
Dim value As Guid 

value = Me.Guid 

Me.Guid = value
protected Guid Guid { get; set; }
protected:
property Guid Guid {
    Guid get ();
    void set (Guid value);
}
member Guid : Guid with get, set
function get Guid () : Guid 
function set Guid (value : Guid)

속성 값

유형: System.Guid
A Guid object.

참고 항목

참조

FontAndColorProviderBase 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스