'Declaration Public Function GetContent( _ ByRef contentType As System.Nullable(Of RichMediaAnnotationContentType) _ ) As FileSpecification
public FileSpecification GetContent( out System.Nullable<RichMediaAnnotationContentType> contentType )
Parameters
- contentType
- OUT: The content type.
Return Value
The file specification representing the content, or a null reference (Nothing in Visual Basic) if the content cannot be extracted.