AnnotationCollection.GetText(String) 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.
Gets the value of the Annotation with the specified name.
public string GetText (string name);
member this.GetText : string -> string
Public Function GetText (name As String) As String
Parameters
- name
- String
The name of the annotation.
Returns
The value of the annotation, if found; otherwise a null reference (Nothing in Visual Basic).