This documentation is archived and is not being maintained.

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)

public:
property array<String^>^ Extensions {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

Property Value

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

Does not include '.' chars.

Show: