Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Sets the Annotation, with the specified name, to a specified value.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
SetText(String, Boolean) | Sets the Annotation, with the specified name, to a specified Boolean value. |
![]() |
SetText(String, Int32) | Sets the Annotation, with the specified name, to a specified Int32 value. |
![]() |
SetText(String, String) | Sets the Annotation, with the specified name, to a specified String value. |
![]() |
SetText(String, String, Boolean) | Sets the Annotation, with the specified name, to a specified String value. Can also be used to remove a named annotation if it is set to a null reference. |
Top