다음을 통해 공유


VsTargetFrameworkProvider.GetReflectionType Method (Type, Object)

This member overrides TypeDescriptionProvider.GetReflectionType(Type, Object).

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

Syntax

‘선언
Public Overrides Function GetReflectionType ( _
    objectType As Type, _
    instance As Object _
) As Type
‘사용 방법
Dim instance As VsTargetFrameworkProvider
Dim objectType As Type
Dim instance As Object
Dim returnValue As Type

returnValue = instance.GetReflectionType(objectType, _
    instance)
public override Type GetReflectionType(
    Type objectType,
    Object instance
)
public:
virtual Type^ GetReflectionType(
    Type^ objectType, 
    Object^ instance
) override
abstract GetReflectionType : 
        objectType:Type * 
        instance:Object -> Type 
override GetReflectionType : 
        objectType:Type * 
        instance:Object -> Type 
public override function GetReflectionType(
    objectType : Type, 
    instance : Object
) : Type

Parameters

Return Value

Type: System.Type

.NET Framework Security

See Also

Reference

VsTargetFrameworkProvider Class

VsTargetFrameworkProvider Members

GetReflectionType Overload

Microsoft.VisualStudio.Shell.Design Namespace