DictTable.Doesmethodexist(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.
Checks whether a given method exists on the table.
public:
virtual bool Doesmethodexist(System::String ^ _name);
public virtual bool Doesmethodexist (string _name);
abstract member Doesmethodexist : string -> bool
override this.Doesmethodexist : string -> bool
Public Overridable Function Doesmethodexist (_name As String) As Boolean
Parameters
- _name
- String
Returns
true if the given method exists on the table; otherwise, false.
Remarks
This API is the preferred way to check whether a method exists on the table without checking whether the method compiled successfully.