- annotationId
- The AnnotationIdentifier of the annotation.
Visual Basic (Declaration) | |
---|---|
Public Function GetAnnotationFile( _ ByVal annotationId As AnnotationIdentifier _ ) As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WorkstationDataAccessAgent Dim annotationId As AnnotationIdentifier Dim value As String value = instance.GetAnnotationFile(annotationId) |
C# | |
---|---|
public string GetAnnotationFile( AnnotationIdentifier annotationId ) |
Managed Extensions for C++ | |
---|---|
public: string* GetAnnotationFile( AnnotationIdentifier* annotationId ) |
C++/CLI | |
---|---|
public: 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, by executing the query defined by the PrepareGetAnnotationFileCommand method.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7