DesignPropertyDescriptor.GetTypeFromNameProperty Method
Converts the name to a Type.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
'Déclaration
Public Overridable Function GetTypeFromNameProperty ( _
typeName As String _
) As Type
'Utilisation
Dim instance As DesignPropertyDescriptor
Dim typeName As String
Dim returnValue As Type
returnValue = instance.GetTypeFromNameProperty(typeName)
public virtual Type GetTypeFromNameProperty(
string typeName
)
public:
virtual Type^ GetTypeFromNameProperty(
String^ typeName
)
abstract GetTypeFromNameProperty :
typeName:string -> Type
override GetTypeFromNameProperty :
typeName:string -> Type
public function GetTypeFromNameProperty(
typeName : String
) : Type
Parameters
- typeName
Type: System.String
The name of the type.
Return Value
Type: System.Type
Type.
.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
DesignPropertyDescriptor Class