Partager via


CreateFileNodesRequest.FileName, propriété

Obtient ou définit le nom du fichier à ajouter au système de projet.

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
Public Property FileName As String
    Get
    Private Set
public string FileName { get; private set; }
public:
property String^ FileName {
    String^ get ();
    private: void set (String^ value);
}
member FileName : string with get, private set
function get FileName () : String
private function set FileName (value : String)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

CreateFileNodesRequest Classe

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