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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)

Syntax

声明
Public Property DefaultLogicalView As Guid
    Get
    Private Set
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: System.Guid

.NET Framework Security

See Also

Reference

ProvideXmlEditorChooserDesignerViewAttribute Class

Microsoft.VisualStudio.Modeling.Shell Namespace