Share via


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

See Also

Reference

ProvideXmlEditorChooserDesignerViewAttribute Class

Microsoft.VisualStudio.Modeling.Shell Namespace