FormatData.IsGlobalEditorFormat 屬性
適用於版本2
取得或設定資料是否為 GlobalEditorFormat。
命名空間: Microsoft.WebMatrix.Extensibility.Editor
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Public Property IsGlobalEditorFormat As Boolean
Get
Set
'用途
Dim instance As FormatData
Dim value As Boolean
value = instance.IsGlobalEditorFormat
instance.IsGlobalEditorFormat = value
public bool IsGlobalEditorFormat { get; set; }
public:
property bool IsGlobalEditorFormat {
bool get ();
void set (bool value);
}
member IsGlobalEditorFormat : bool with get, set
function get IsGlobalEditorFormat () : boolean
function set IsGlobalEditorFormat (value : boolean)
屬性值
型別:System.Boolean
如果資料為 GlobalEditorFormat,則為 true,否則為 false。