다음을 통해 공유


VsTargetFrameworkProvider.GetRuntimeType Method

This member overrides TypeDescriptionProvider.GetRuntimeType(Type).

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

‘선언
Public Overrides Function GetRuntimeType ( _
    reflectionType As Type _
) As Type
‘사용 방법
Dim instance As VsTargetFrameworkProvider
Dim reflectionType As Type
Dim returnValue As Type

returnValue = instance.GetRuntimeType(reflectionType)
public override Type GetRuntimeType(
    Type reflectionType
)
public:
virtual Type^ GetRuntimeType(
    Type^ reflectionType
) override
abstract GetRuntimeType : 
        reflectionType:Type -> Type 
override GetRuntimeType : 
        reflectionType:Type -> Type 
public override function GetRuntimeType(
    reflectionType : Type
) : Type

Parameters

Return Value

Type: System.Type

.NET Framework Security

See Also

Reference

VsTargetFrameworkProvider Class

VsTargetFrameworkProvider Members

Microsoft.VisualStudio.Shell.Design Namespace