Partager via


ProjectNodeProperties.FileName, propriété

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public Property FileName As String
    Get
    Set
[BrowsableAttribute(false)]
public string FileName { get; set; }
[BrowsableAttribute(false)]
public:
property String^ FileName {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member FileName : string with get, set
function get FileName () : String
function set FileName (value : String)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

ProjectNodeProperties Classe

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms