FileDialogFilter.Extensions Property

Returns a String value containing the extensions that determine which files are displayed in a File dialog box for each FileDialogFilter object.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property Extensions As String
    Get
'Usage
Dim instance As FileDialogFilter
Dim value As String

value = instance.Extensions
string Extensions { get; }

Property Value

Type: System.String

See Also

Reference

FileDialogFilter Interface

FileDialogFilter Members

Microsoft.Office.Core Namespace