Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This member overrides TypeDescriptionProvider.GetExtendedTypeDescriptor(Object).
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Overrides Function GetExtendedTypeDescriptor ( _
instance As Object _
) As ICustomTypeDescriptor
public override ICustomTypeDescriptor GetExtendedTypeDescriptor(
Object instance
)
public:
virtual ICustomTypeDescriptor^ GetExtendedTypeDescriptor(
Object^ instance
) override
abstract GetExtendedTypeDescriptor :
instance:Object -> ICustomTypeDescriptor
override GetExtendedTypeDescriptor :
instance:Object -> ICustomTypeDescriptor
public override function GetExtendedTypeDescriptor(
instance : Object
) : ICustomTypeDescriptor
Parameters
- instance
Type: System.Object
Return Value
Type: System.ComponentModel.ICustomTypeDescriptor
.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.