Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Overridables for the derived class to provide an ICustomTypeDescriptor (that doesn't need to be an ElementTypeDescriptor). Base implementation simply calls CreateTypeDescriptor() to create an ElementTypeDescriptor.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaración
Protected Overridable Function CreateCustomTypeDescriptor ( _
parent As ICustomTypeDescriptor, _
modelElementType As Type _
) As ICustomTypeDescriptor
protected virtual ICustomTypeDescriptor CreateCustomTypeDescriptor(
ICustomTypeDescriptor parent,
Type modelElementType
)
protected:
virtual ICustomTypeDescriptor^ CreateCustomTypeDescriptor(
ICustomTypeDescriptor^ parent,
Type^ modelElementType
)
abstract CreateCustomTypeDescriptor :
parent:ICustomTypeDescriptor *
modelElementType:Type -> ICustomTypeDescriptor
override CreateCustomTypeDescriptor :
parent:ICustomTypeDescriptor *
modelElementType:Type -> ICustomTypeDescriptor
protected function CreateCustomTypeDescriptor(
parent : ICustomTypeDescriptor,
modelElementType : Type
) : ICustomTypeDescriptor
Parameters
- parent
Type: System.ComponentModel.ICustomTypeDescriptor
Parent custom type descriptor.
- modelElementType
Type: System.Type
Type of element to be described.
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.
See Also
Reference
ElementTypeDescriptionProvider Class