DesignPropertyDescriptor.GetTypeFromNameProperty Method

Converts the name to a Type.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable Function GetTypeFromNameProperty ( _
    typeName As String _
) As Type
'使用
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
)
public function GetTypeFromNameProperty(
    typeName : String
) : Type

Parameters

Return Value

Type: System.Type

Type.

Permissions

See Also

Reference

DesignPropertyDescriptor Class

DesignPropertyDescriptor Members

Microsoft.VisualStudio.Package Namespace