MidiDjConsole.ProfileItemInfoStringGet method |
|
Remarks
Obtains a string containing information about a specific item contained inside the DJ Console profile.
For further details about interfacing with MIDI DJ Consoles see the MidiDjConsole object section and the How to manage MIDI DJ consoles tutorial.
Syntax
[Visual Basic] MidiDevices.MidiDjConsole.ProfileItemInfoStringGet ( strItemName as String, nStringType as enumProfileItemInfoStringType ) as String |
[C#] public string MidiDjConsole.ProfileItemInfoStringGet ( string strItemName, enumProfileItemInfoStringType nStringType ); |
[C++] public: string MidiDjConsole.ProfileItemInfoStringGet ( string strItemName, enumProfileItemInfoStringType nStringType ); |
Parameter |
Description |
|||||||||
|
|
|||||||||
strItemName |
String containing the name of the item. |
|||||||||
nStringType |
Specifies the type of information string to obtain. Supported values are the following:
|
Return value
Value |
Meaning |
|
|
Empty string |
An error occurred (see the LastError property for further error details) |
Valid string |
String containing the requested information. |