SmartPartInfo Constructors
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
SmartPartInfo() | |
SmartPartInfo(String, String) |
SmartPartInfo()
public:
SmartPartInfo();
public SmartPartInfo ();
Public Sub New ()
Applies to
SmartPartInfo(String, String)
public:
SmartPartInfo(System::String ^ title, System::String ^ description);
public SmartPartInfo (string title, string description);
new Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo : string * string -> Microsoft.Practices.CompositeUI.SmartParts.SmartPartInfo
Public Sub New (title As String, description As String)
Parameters
- title
- String
- description
- String