Partilhar via


Propriedade ChangeProposal.FileName

Obtém ou define o nome de arquivo, com o caminho completo.

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

Sintaxe

'Declaração
Public Property FileName As String
    Get
    Set
public string FileName { get; set; }
public:
property String^ FileName {
    String^ get ();
    void set (String^ value);
}
member FileName : string with get, set
function get FileName () : String
function set FileName (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ChangeProposal Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Refactoring