IRecordInfo.GetFieldNames(UInt32, String[]) Method
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.
public:
void GetFieldNames([Runtime::InteropServices::Out] System::UInt32 % pcNames, cli::array <System::String ^> ^ rgBstrNames);
public void GetFieldNames (out uint pcNames, string[] rgBstrNames);
abstract member GetFieldNames : uint32 * string[] -> unit
Public Sub GetFieldNames (ByRef pcNames As UInteger, rgBstrNames As String())
Parameters
- pcNames
- UInt32
- rgBstrNames
- String[]