CodeElementKind.IsOfKind(CodeElementKind) 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.
public bool IsOfKind (Microsoft.VisualStudio.Extensibility.Editor.CodeElementKind other);
member this.IsOfKind : Microsoft.VisualStudio.Extensibility.Editor.CodeElementKind -> bool
Public Function IsOfKind (other As CodeElementKind) As Boolean
Parameters
- other
- CodeElementKind
The other code element kind to compare to.
Returns
true
if this code element kind is of the same kind as the other code element kind; otherwise, false
.