- annotationId
- The AnnotationIdentifier of the annotation.
Visual Basic (Declaration) | |
---|---|
Function GetAnnotationFile( _ ByVal annotationId As AnnotationIdentifier _ ) As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IWorkstationDataAccessAgent Dim annotationId As AnnotationIdentifier Dim value As String value = instance.GetAnnotationFile(annotationId) |
C# | |
---|---|
string GetAnnotationFile( AnnotationIdentifier annotationId ) |
Managed Extensions for C++ | |
---|---|
string* GetAnnotationFile( AnnotationIdentifier* annotationId ) |
C++/CLI | |
---|---|
String^ GetAnnotationFile( AnnotationIdentifier^ annotationId ) |
Parameters
- annotationId
- The AnnotationIdentifier of the annotation.
Return Value
The file name of the annotation file.This method retrieves the full path and name of the file that contains the annotations represented by annotationId.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7