Partager via


SmartPartInfo Constructors

Definition

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

Applies to