VersionControlServer.GetFileTypes Method
Gets the array of FileType objects registered on the server.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function GetFileTypes As FileType()
public FileType[] GetFileTypes()
public:
array<FileType^>^ GetFileTypes()
member GetFileTypes : unit -> FileType[]
public function GetFileTypes() : FileType[]
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.FileType[]
The array FileType objects registered on the server.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.