| Visual Basic (Declaration) | |
|---|---|
Public Sub Remove( _ ByVal annotation As Annotation _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void Remove( Annotation annotation ) | |
| C++/CLI | |
|---|---|
public: void Remove( Annotation^ annotation ) | |
Parameters
- annotation
- The Annotation to remove.