Partager via


Propriété FileEventArgs.IsLocal

Les éléments suivants s'appliquent au v2.

Obtient ou définit si le fichier est un fichier local.

Espace de noms :  Microsoft.WebMatrix.Extensibility.Editor
Assembly :  Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)

Syntaxe

'Déclaration
Public Property IsLocal As Boolean 
    Get 
    Private Set
'Utilisation
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)

Valeur de propriété

Type : System.Boolean
true si le fichier est un fichier local ; sinon, false.

Voir aussi

Référence

FileEventArgs Classe

Espace de noms Microsoft.WebMatrix.Extensibility.Editor