ElementTypeDescriptor.GetDomainPropertyAttributes(DomainPropertyInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an array of custom attributes for the specified DomainProperty.
protected:
cli::array <Attribute ^> ^ GetDomainPropertyAttributes(Microsoft::VisualStudio::Modeling::DomainPropertyInfo ^ domainPropertyInfo);
protected Attribute[] GetDomainPropertyAttributes (Microsoft.VisualStudio.Modeling.DomainPropertyInfo domainPropertyInfo);
member this.GetDomainPropertyAttributes : Microsoft.VisualStudio.Modeling.DomainPropertyInfo -> Attribute[]
Protected Function GetDomainPropertyAttributes (domainPropertyInfo As DomainPropertyInfo) As Attribute()
Parameters
- domainPropertyInfo
- DomainPropertyInfo