ITextViewLine::GetAdornmentBounds Method (Object^)
Visual Studio 2015
Calculates the bounds of the specified adornment.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- identityTag
-
Type:
System::Object^
The IAdornmentElement.IdentityTag of the adornment whose bounds should be calculated.
Return Value
Type: System::Nullable<TextBounds>A TextBounds structure if this line contains an adornment with the specified identityTag, otherwise null.
Show: