Dela via


FileEventArgs.IsLocal Property

Applies to v2.

Get or sets whether the file is a local file.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Property IsLocal As Boolean 
    Get 
    Private Set
'Usage
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)

Property Value

Type: System.Boolean
true if the file is a local file; otherwise, false.

See Also

Reference

FileEventArgs Class

Microsoft.WebMatrix.Extensibility.Editor Namespace