ModelingEditorFactory.Flags Property
Gets a list of flags, which define how the modeling editor is created.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Protected Property Flags As __VSCREATEEDITORFLAGS
protected __VSCREATEEDITORFLAGS Flags { get; private set; }
protected:
property __VSCREATEEDITORFLAGS Flags {
__VSCREATEEDITORFLAGS get ();
private: void set (__VSCREATEEDITORFLAGS value);
}
member Flags : __VSCREATEEDITORFLAGS with get, private set
function get Flags () : __VSCREATEEDITORFLAGS
private function set Flags (value : __VSCREATEEDITORFLAGS)
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.__VSCREATEEDITORFLAGS
The list of flags.
.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.