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