IClassificationType.IsOfType(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.
Determines whether the current IClassificationType
derives from the classification type named type
.
public:
bool IsOfType(System::String ^ type);
public:
bool IsOfType(Platform::String ^ type);
bool IsOfType(std::wstring const & type);
public bool IsOfType (string type);
abstract member IsOfType : string -> bool
Public Function IsOfType (type As String) As Boolean
Parameters
- type
- String
The name of the base classification type.
Returns
true
if the current classification type derives from the one identified by type
, otherwise false
.