Gets the specific underlying object associated with this annotation.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetSpecificAnnotation() As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IAnnotation
Dim value As System.Object
value = instance.IGetSpecificAnnotation() |
C# | |
---|
System.object IGetSpecificAnnotation() |
C++/CLI | |
---|
System.Object^ IGetSpecificAnnotation(); |
Return Value
Pointer to the IUnknown interface for the specific underlying annotation
Remarks
See Also