PropertyHasType.GetLinksToProperties(DomainType) 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 PropertyHasType links to a DomainType.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::PropertyHasType ^> ^ GetLinksToProperties(Microsoft::VisualStudio::Modeling::DslDefinition::DomainType ^ typeInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PropertyHasType> GetLinksToProperties (Microsoft.VisualStudio.Modeling.DslDefinition.DomainType typeInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToProperties : Microsoft.VisualStudio.Modeling.DslDefinition.DomainType -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PropertyHasType>
Public Shared Function GetLinksToProperties (typeInstance As DomainType) As ReadOnlyCollection(Of PropertyHasType)
Parameters
- typeInstance
- DomainType
Returns
- Attributes