VSCOMPONENTSELECTORTABINIT.guidTab Field
Tab identification GUID.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'宣言
Public guidTab As Guid
'使用
Dim instance As VSCOMPONENTSELECTORTABINIT
Dim value As Guid
value = instance.guidTab
instance.guidTab = value
public Guid guidTab
public:
Guid guidTab
public var guidTab : Guid
Field Value
Type: System.Guid
Remarks
COM Signature
From vsshell.idl:
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
VSCOMPONENTSELECTORTABINIT Structure