Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
source As PresentationElement, _
target As ModelElement _
)
'使用
Dim source As PresentationElement
Dim target As ModelElement
Dim instance As New PresentationViewsSubject(source, _
target)
public PresentationViewsSubject(
PresentationElement source,
ModelElement target
)
public:
PresentationViewsSubject(
PresentationElement^ source,
ModelElement^ target
)
public function PresentationViewsSubject(
source : PresentationElement,
target : ModelElement
)
Parameters
- target
Type: Microsoft.VisualStudio.Modeling.ModelElement
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.
See Also
Reference
PresentationViewsSubject Class
PresentationViewsSubject Members