Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This member overrides TypeDescriptionProvider.GetRuntimeType(Type).
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Overrides Function GetRuntimeType ( _
reflectionType As Type _
) As Type
'Usage
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
- reflectionType
Type: System.Type
Return Value
Type: System.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
VsTargetFrameworkProvider Class