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.
Overridables for the derived class to provide a custom type descriptor.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Protected Overridable Function CreateTypeDescriptor ( _
parent As ICustomTypeDescriptor, _
modelElementType As Type _
) As ElementTypeDescriptor
protected virtual ElementTypeDescriptor CreateTypeDescriptor(
ICustomTypeDescriptor parent,
Type modelElementType
)
protected:
virtual ElementTypeDescriptor^ CreateTypeDescriptor(
ICustomTypeDescriptor^ parent,
Type^ modelElementType
)
abstract CreateTypeDescriptor :
parent:ICustomTypeDescriptor *
modelElementType:Type -> ElementTypeDescriptor
override CreateTypeDescriptor :
parent:ICustomTypeDescriptor *
modelElementType:Type -> ElementTypeDescriptor
protected function CreateTypeDescriptor(
parent : ICustomTypeDescriptor,
modelElementType : Type
) : ElementTypeDescriptor
Parameters
parent
Type: ICustomTypeDescriptorParent custom type descriptor.
modelElementType
Type: TypeType of element to be described.
Return Value
Type: Microsoft.VisualStudio.Modeling.Design.ElementTypeDescriptor
.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.