ProvideXmlEditorChooserDesignerViewAttribute.DefaultLogicalView Property
A unique Id of the editor factory for the default logical view.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Public Property DefaultLogicalView As Guid
public Guid DefaultLogicalView { get; private set; }
public:
property Guid DefaultLogicalView {
Guid get ();
private: void set (Guid value);
}
member DefaultLogicalView : Guid with get, private set
function get DefaultLogicalView () : Guid
private function set DefaultLogicalView (value : Guid)
Property Value
Type: Guid
.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.