LANGPREFERENCES2.guidLang Field
Specifies the Language service GUID.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
‘선언
Public guidLang As Guid
‘사용 방법
Dim instance As LANGPREFERENCES2
Dim value As Guid
value = instance.guidLang
instance.guidLang = value
public Guid guidLang
public:
Guid guidLang
val mutable guidLang: Guid
public var guidLang : Guid
Remarks
COM Signature
From textmgr2.idl:
.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.