FileType.Extensions Property

Gets or sets an array of the extensions that are described by this file type.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Property Extensions As String()
public string[] Extensions { get; set; }
public:
property array<String^>^ Extensions {
    array<String^>^ get ();
    void set (array<String^>^ value);
}
member Extensions : string[] with get, set
function get Extensions () : String[]
function set Extensions (value : String[])

Property Value

Type: array<System.String[]
An array of the extensions that are described by this file type.

Remarks

Does not include '.' chars.

.NET Framework Security

See Also

Reference

FileType Class

Microsoft.TeamFoundation.VersionControl.Client Namespace