'Declaration Public Overloads Sub Add( _
ByVal profileNameИмя профиля.As String, _
ByVal profileIconFilePathПуть к иконке профиля.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
- Имя профиля.
- profileIconFilePath
- Путь к иконке профиля.