다음을 통해 공유


EditorFactory.EditorInfo.Guid Property

Gets or sets the GUID of the editor.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

‘선언
Public Property Guid As Guid
    Get
    Set
‘사용 방법
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);
}
member Guid : Guid with get, set
function get Guid () : Guid
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