IClassificationType.IsOfType(String) Method

Definition

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.

Applies to