Workspace<TSmartPart,TSmartPartInfo>.Show Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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