IContentType::IsOfType Method (String^)
Determines whether this content type has the specified base content type.
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Parameters
- type
-
Type:
System::String^
The name of the base content type.
Return Value
Type: System::Booleantrue if this content type derives from the one specified by type, otherwise false.
Show: