Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
fieldName As String, _
store As Store, _
domainPropertyId As Guid _
)
'使用
Dim fieldName As String
Dim store As Store
Dim domainPropertyId As Guid
Dim instance As New ShapeAutoInvalidator(fieldName, _
store, domainPropertyId)
public ShapeAutoInvalidator(
string fieldName,
Store store,
Guid domainPropertyId
)
public:
ShapeAutoInvalidator(
String^ fieldName,
Store^ store,
Guid domainPropertyId
)
public function ShapeAutoInvalidator(
fieldName : String,
store : Store,
domainPropertyId : Guid
)
Parameters
- fieldName
Type: System.String
- store
Type: Microsoft.VisualStudio.Modeling.Store
- domainPropertyId
Type: System.Guid
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.