IDatabaseFileNode.IsLinkFile, propriété
Obtient une valeur qui indique si ce fichier est un fichier de liaison.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
ReadOnly Property IsLinkFile As Boolean
Get
bool IsLinkFile { get; }
property bool IsLinkFile {
bool get ();
}
abstract IsLinkFile : bool
function get IsLinkFile () : boolean
Valeur de propriété
Type : System.Boolean
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms