'Declaration Public Sub SetAnnotations( _
ByVal annotationsIdAn identifier of annotation collection.As String, _
ByVal annotationsSerialized annotation collection.As String _
)
public void SetAnnotations(
string annotationsId,
string annotations
)
public: void SetAnnotations(
string* annotationsId,
string* annotations
)
public:
void SetAnnotations(
string^ annotationsId,
string^ annotations
)
Parameters
- annotationsId
- An identifier of annotation collection.
- annotations
- Serialized annotation collection.