ProjectLoadedEventArgs.RecreateModel Property
Gets or sets a value that indicates whether the agnostic project system must re-create the model.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Property RecreateModel As Boolean
public bool RecreateModel { get; set; }
public:
property bool RecreateModel {
bool get ();
void set (bool value);
}
member RecreateModel : bool with get, set
function get RecreateModel () : boolean
function set RecreateModel (value : boolean)
Property Value
Type: System.Boolean
.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
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace