Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the custom type description of the specified 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: ObjectThe object for which to get the type description.
Return Value
Type: ICustomTypeDescriptor
The custom type descriptor.
.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.