Compartir a través de


TabWorkspace.Show Method

Definition

Overloads

Show(Object)
Show(Object, ISmartPartInfo)

Show(Object)

public:
 virtual void Show(System::Object ^ smartPart);
public void Show (object smartPart);
abstract member Show : obj -> unit
override this.Show : obj -> unit
Public Sub Show (smartPart As Object)

Parameters

smartPart
Object

Implements

Applies to

Show(Object, ISmartPartInfo)

public:
 virtual void Show(System::Object ^ smartPart, Microsoft::Practices::CompositeUI::SmartParts::ISmartPartInfo ^ smartPartInfo);
public void Show (object smartPart, Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo smartPartInfo);
abstract member Show : obj * Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo -> unit
override this.Show : obj * Microsoft.Practices.CompositeUI.SmartParts.ISmartPartInfo -> unit
Public Sub Show (smartPart As Object, smartPartInfo As ISmartPartInfo)

Parameters

smartPart
Object
smartPartInfo
ISmartPartInfo

Implements

Applies to