Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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, _
propertyId As Guid _
)
public void AssociateVisibilityWith(
Store store,
Guid propertyId
)
public:
void AssociateVisibilityWith(
Store^ store,
Guid propertyId
)
member AssociateVisibilityWith :
store:Store *
propertyId:Guid -> unit
public function AssociateVisibilityWith(
store : Store,
propertyId : Guid
)
Parameters
- store
Type: Microsoft.VisualStudio.Modeling.Store
The in-memory store that is assigned to the shape.
- propertyId
Type: System.Guid
The ID that is assigned to a 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.