IWorkspace.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:
void Show(System::Object ^ smartPart);
public void Show (object smartPart);
abstract member Show : obj -> unit
Public Sub Show (smartPart As Object)
Parameters
- smartPart
- Object
Applies to
Show(Object, ISmartPartInfo)
public:
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
Public Sub Show (smartPart As Object, smartPartInfo As ISmartPartInfo)
Parameters
- smartPart
- Object
- smartPartInfo
- ISmartPartInfo