Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Associates the visibility of the decorator with a store property that is assigned to a shape.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Sub AssociateVisibilityWith ( _
store As Store, _
propertyInfo As AssociatedPropertyInfo _
)
public void AssociateVisibilityWith(
Store store,
AssociatedPropertyInfo propertyInfo
)
public:
void AssociateVisibilityWith(
Store^ store,
AssociatedPropertyInfo^ propertyInfo
)
member AssociateVisibilityWith :
store:Store *
propertyInfo:AssociatedPropertyInfo -> unit
public function AssociateVisibilityWith(
store : Store,
propertyInfo : AssociatedPropertyInfo
)
Parameters
- store
Type: Microsoft.VisualStudio.Modeling.Store
The in-memory store that is assigned to the shape.
- propertyInfo
Type: Microsoft.VisualStudio.Modeling.Diagrams.AssociatedPropertyInfo
The property in the in-memory store.
.NET Framework Security
- 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.