ProjectNode.ProjectDesignerEditor Property

Gets the GUID of the Project Designer Editor.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected Overridable ReadOnly Property ProjectDesignerEditor As Guid
'使用
Dim value As Guid

value = Me.ProjectDesignerEditor
protected virtual Guid ProjectDesignerEditor { get; }
protected:
virtual property Guid ProjectDesignerEditor {
    Guid get ();
}
protected function get ProjectDesignerEditor () : Guid

Property Value

Type: System.Guid

When overridden by derived classes, the GUID of the specific Project Designer Editor.

Remarks

By default returns GUID_ProjectDesignerEditor.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace