CustomPropertyDescriptor.SetTypeDescriptor(PropertyPath, DomainTypeDescriptor) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Legt TypeDescriptor fest.
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)
Parameter
- element
- PropertyPath
- newTypeDescriptor
- DomainTypeDescriptor
- Attribute