Dela via


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

'Declaration
Public Property Guid As Guid
'Usage
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.

.NET Framework Security

See Also

Reference

EditorFactory.EditorInfo Class

EditorFactory.EditorInfo Members

Microsoft.VisualStudio.Package Namespace