DictFieldGroup.newmethod 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.
Overloads
newmethod(Int32, String) |
Initializes a new instance of the Object class. |
newmethod(Int32, String, Int32) |
newmethod(Int32, String)
Initializes a new instance of the Object class.
public:
void newmethod(int num1, System::String ^ text1);
public void newmethod (int num1, string text1);
override this.newmethod : int * string -> unit
Public Sub newmethod (num1 As Integer, text1 As String)
Parameters
- num1
- Int32
- text1
- String
Remarks
For a code example that uses this method, see the DictFieldGroup.numberOfFields Method method.
Applies to
newmethod(Int32, String, Int32)
public:
void newmethod(int _tableId, System::String ^ _FieldGroupName, int _includeBaseTable);
public void newmethod (int _tableId, string _FieldGroupName, int _includeBaseTable);
override this.newmethod : int * string * int -> unit
Public Sub newmethod (_tableId As Integer, _FieldGroupName As String, _includeBaseTable As Integer)
Parameters
- _tableId
- Int32
- _FieldGroupName
- String
- _includeBaseTable
- Int32