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