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
- 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