Compartilhar via


Propriedade CreateFileNodesRequest.FileName

Obtém ou define o nome do arquivo para adicionar o sistema de projeto.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

CreateFileNodesRequest Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project