This document is archived and information here might be outdated. Recommended version. |
Returns true if the text contains tags and false if it does not.
[Visual Basic .NET]
Public Sub HasTags ( _
ByRef HasTags As Boolean _
)
[C#]
public void HasTags (
ref bool HasTags
);
[C++]
HRESULT HasTags(
Boolean* HasTags
);
[C++] Parameters HasTags
HasTags is a parameter of type bool*