Compartilhar via


Propriedade DatabaseProjectAddItemDialogContext.CreatedFileName

Obtém ou define o nome do novo arquivo que foi criado pelo assistente.

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

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DatabaseProjectAddItemDialogContext Classe

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