VsUIPropertyDescriptor.type Field
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Public type As String
'Utilisation
Dim instance As VsUIPropertyDescriptor
Dim value As String
value = instance.type
instance.type = value
public string type
public:
String^ type
val mutable type: string
public var type : String
.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
VsUIPropertyDescriptor Structure