Share via


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)

Usage

Dim fileDialogFilter1 As FileDialogFilter

Dim returnValue As String
returnValue = fileDialogFilter1.Extensions

Syntax

ReadOnly Property Extensions() As String
string Extensions {get;}
property String^ Extensions{
    String^ get();
}
public System.String get_Extensions();
function get Extensions() : String;

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

FileDialogFilter Interface
Microsoft.Office.Core Namespace

Other Resources

FileDialogFilter Members