共用方式為


SetText 方法

Sets the Annotation, with the specified name, to a specified value.

多載清單 

  名稱 描述
公用方法 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.

頂端