GetNext2 Method (IAnnotation)
Obsolete. Superseded by IAnnotation::GetNext3.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetNext2() As Object |
Visual Basic (Usage) | |
---|
Dim instance As IAnnotation
Dim value As Object
value = instance.GetNext2()
|
C++/CLI | |
---|
Object^ GetNext2(); |
See Also