ShapeAutoInvalidator 建構函式 (String, Store, AssociatedPropertyInfo)
建構函式: 會將此 shape 功能變數的值與 ShapeElement 的網域屬性相關聯。如果網域屬性設為 proxy 以供另一個屬性,請使用這個方法。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
語法
'宣告
Public Sub New ( _
fieldName As String, _
store As Store, _
propertyInfo As AssociatedPropertyInfo _
)
public ShapeAutoInvalidator(
string fieldName,
Store store,
AssociatedPropertyInfo propertyInfo
)
參數
- fieldName
型別:System.String
這個 ShapeField 的唯一識別項。
- propertyInfo
型別:Microsoft.VisualStudio.Modeling.Diagrams.AssociatedPropertyInfo
屬性關聯的相關資訊。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。