DomainClassHasCustomTypeDescriptor.SetCustomTypeDescriptor(DomainClass, DomainTypeDescriptor) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Задает CustomTypeDescriptor.
public:
static void SetCustomTypeDescriptor(Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::DomainTypeDescriptor ^ newCustomTypeDescriptor);
[System.Diagnostics.DebuggerStepThrough]
public static void SetCustomTypeDescriptor (Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass element, Microsoft.VisualStudio.Modeling.DslDefinition.DomainTypeDescriptor newCustomTypeDescriptor);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetCustomTypeDescriptor : Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass * Microsoft.VisualStudio.Modeling.DslDefinition.DomainTypeDescriptor -> unit
Public Shared Sub SetCustomTypeDescriptor (element As DomainClass, newCustomTypeDescriptor As DomainTypeDescriptor)
Параметры
- element
- DomainClass
- newCustomTypeDescriptor
- DomainTypeDescriptor
- Атрибуты