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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
EditorFactory.EditorInfo Class