DomainRoleHasPropertyAttributes.GetLinksToPropertyAttributes 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.
Get the list of DomainRoleHasPropertyAttributes links to a DomainRole.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DomainRoleHasPropertyAttributes ^> ^ GetLinksToPropertyAttributes(Microsoft::VisualStudio::Modeling::DslDefinition::DomainRole ^ domainRoleInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes> GetLinksToPropertyAttributes (Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole domainRoleInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToPropertyAttributes : Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainRoleHasPropertyAttributes>
Public Shared Function GetLinksToPropertyAttributes (domainRoleInstance As DomainRole) As ReadOnlyCollection(Of DomainRoleHasPropertyAttributes)
Parameters
- domainRoleInstance
- DomainRole
Returns
- Attributes