PropertyHasType.GetLinksToProperties(DomainType) 方法

定义

获取 DomainType 的 PropertyHasType 链接的列表。

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)

参数

typeInstance
DomainType

返回

ReadOnlyCollection<PropertyHasType>
属性

适用于