EditorFactory.EditorInfo.Guid Property

Gets or sets the GUID of the editor.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'宣言
Public Property Guid As Guid
'使用
Dim instance As EditorFactory..::.EditorInfo
Dim value As Guid

value = instance.Guid

instance.Guid = value
public Guid Guid { get; set; }
public:
property Guid Guid {
    Guid get ();
    void set (Guid value);
}
public function get Guid () : Guid
public function set Guid (value : Guid)

Property Value

Type: System.Guid

The GUID of the editor.

Permissions

See Also

Reference

EditorFactory.EditorInfo Class

EditorFactory.EditorInfo Members

Microsoft.VisualStudio.Package Namespace