FontAndColorProviderBase.FontColorDefaults 속성

Gets font and color defaults.

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

구문

‘선언
Protected ReadOnly Property FontColorDefaults As ArrayList 
    Get
‘사용 방법
Dim value As ArrayList 

value = Me.FontColorDefaults
protected ArrayList FontColorDefaults { get; }
protected:
property ArrayList^ FontColorDefaults {
    ArrayList^ get ();
}
member FontColorDefaults : ArrayList
function get FontColorDefaults () : ArrayList

속성 값

유형: System.Collections.ArrayList
An ArrayList of font and color defaults.

참고 항목

참조

FontAndColorProviderBase 클래스

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