Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Function Create( _ ByVal name As String _ ) As LimitTest |
C++/CLI | |
---|---|
public: abstract LimitTest^ Create( String^ name ) |
Parameters
- name
- The name for the new limit test.
Return Value
A handle to the newly created limit test.Exception | Description |
---|---|
System.ArgumentException | Thrown if the supplied name already exists in the collection. |
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)