Partager via


DatabaseProjectAddItemDialogContext.CreatedFileName, propriété

Obtient ou définit le nom du nouveau fichier qui a été créé par l'Assistant.

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 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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

DatabaseProjectAddItemDialogContext Classe

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