Dictionary.Configurationkeynext(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.
Indicates the configuration key that succeeds a specified configuration key, based on the configuration key IDs.
public:
virtual int Configurationkeynext(int _classId);
public virtual int Configurationkeynext (int _classId);
abstract member Configurationkeynext : int -> int
override this.Configurationkeynext : int -> int
Public Overridable Function Configurationkeynext (_classId As Integer) As Integer
Parameters
- _classId
- Int32
Returns
A configurationKeyId system data type value for the configuration key that succeeds the specified configuration key.