'Declaration Public Overloads Sub Add( _
ByVal profileNameThe profile name.As String, _
ByVal profileIconFilePathThe profile icon path.As String _
)
public void Add(
string profileName,
string profileIconFilePath
)
public: void Add(
string* profileName,
string* profileIconFilePath
)
public:
void Add(
string^ profileName,
string^ profileIconFilePath
)
Parameters
- profileName
- The profile name.
- profileIconFilePath
- The profile icon path.