tagTYPEATTR.typekind Field
A tagTYPEKIND value describing the type this information describes.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Public typekind As tagTYPEKIND
'Usage
Dim instance As tagTYPEATTR
Dim value As tagTYPEKIND
value = instance.typekind
instance.typekind = value
public tagTYPEKIND typekind
public:
tagTYPEKIND typekind
public var typekind : tagTYPEKIND
Remarks
Values are taken from the tagTYPEKIND enumeration.
.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.