Share via


StoreViewer.Show Method

Definition

Overloads

Show(ModelElement)

Shows Store Viewer dialog populated from the given element.

Show(Partition)

Shows Store Viewer dialog populated from the given partition.

Show(Store)

Shows Store Viewer dialog populated from the given store.

Show(ModelElement)

Shows Store Viewer dialog populated from the given element.

public:
 static void Show(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
public static void Show (Microsoft.VisualStudio.Modeling.ModelElement element);
static member Show : Microsoft.VisualStudio.Modeling.ModelElement -> unit
Public Shared Sub Show (element As ModelElement)

Parameters

element
ModelElement

Element to visualize.

Applies to

Show(Partition)

Shows Store Viewer dialog populated from the given partition.

public:
 static void Show(Microsoft::VisualStudio::Modeling::Partition ^ partition);
public static void Show (Microsoft.VisualStudio.Modeling.Partition partition);
static member Show : Microsoft.VisualStudio.Modeling.Partition -> unit
Public Shared Sub Show (partition As Partition)

Parameters

partition
Partition

Partition to visualize.

Applies to

Show(Store)

Shows Store Viewer dialog populated from the given store.

public:
 static void Show(Microsoft::VisualStudio::Modeling::Store ^ store);
public static void Show (Microsoft.VisualStudio.Modeling.Store store);
static member Show : Microsoft.VisualStudio.Modeling.Store -> unit
Public Shared Sub Show (store As Store)

Parameters

store
Store

Store to visualize.

Applies to