VSCOMPONENTSELECTORTABINIT.guidTab Field
Tab identification GUID.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Déclaration
Public guidTab As Guid
'Utilisation
Dim instance As VSCOMPONENTSELECTORTABINIT
Dim value As Guid
value = instance.guidTab
instance.guidTab = value
public Guid guidTab
public:
Guid guidTab
val mutable guidTab: Guid
public var guidTab : Guid
Remarks
COM Signature
From vsshell.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.
See Also
Reference
VSCOMPONENTSELECTORTABINIT Structure