CameraCaptureDialog.FileName Property
3/29/2010
Gets the fully-qualified pathname of the image file or video file.
Namespace: Microsoft.WindowsMobile.Forms
Assembly: Microsoft.WindowsMobile.Forms (in microsoft.windowsmobile.forms.dll)
Syntax
public string FileName { get; }
'Declaration
Public ReadOnly Property FileName As String
Remarks
If the ShowDialog method returns DialogResult.OK, then FileName is set to the fully-qualified pathname of the captured still image or video clip. Up to 260 characters can be returned.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
CameraCaptureDialog Class
CameraCaptureDialog Members
Microsoft.WindowsMobile.Forms Namespace