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