DatabaseProjectAddItemDialogContext.CreatedFileName Property
Gets or sets the name of the new file that was created by the wizard.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property CreatedFileName As String
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)
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DatabaseProjectAddItemDialogContext Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace