ShapeField.AssociateVisibilityWith 方法 (Store, Guid, AssociatedPropertyInfo)
建立由 shape 功能變數的可視性與網域屬性指派給圖形元素的關聯。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
語法
'宣告
Public Sub AssociateVisibilityWith ( _
store As Store, _
domainClassId As Guid, _
propertyInfo As AssociatedPropertyInfo _
)
public void AssociateVisibilityWith(
Store store,
Guid domainClassId,
AssociatedPropertyInfo propertyInfo
)
參數
- store
型別:Microsoft.VisualStudio.Modeling.Store
指派給圖形元素的存放區。
- domainClassId
型別:System.Guid
指派給圖形元素的 ID。
- propertyInfo
型別:Microsoft.VisualStudio.Modeling.Diagrams.AssociatedPropertyInfo
[網域] 屬性中。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。