다음을 통해 공유


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

‘선언
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
)
abstract GetTypeFromNameProperty : 
        typeName:string -> Type 
override GetTypeFromNameProperty : 
        typeName:string -> Type 
public function GetTypeFromNameProperty(
    typeName : String
) : Type

Parameters

Return Value

Type: System.Type
Type.

.NET Framework Security

See Also

Reference

DesignPropertyDescriptor Class

DesignPropertyDescriptor Members

Microsoft.VisualStudio.Shell Namespace