ISSOMapper.GetFieldInfo(String, String[], Int32[]) 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 GetFieldInfo(System::String ^ applicationName, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % labels, [Runtime::InteropServices::Out] cli::array <int> ^ % flags);
public void GetFieldInfo (string applicationName, out string[] labels, out int[] flags);
abstract member GetFieldInfo : string * * -> unit
Public Sub GetFieldInfo (applicationName As String, ByRef labels As String(), ByRef flags As Integer())
Parameters
- applicationName
- String
- labels
- String[]
- flags
- Int32[]