Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Command-line options to pass to a third-party tool
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Property CommandLineOptions As String
public string CommandLineOptions { get; set; }
public:
property String^ CommandLineOptions {
String^ get ();
void set (String^ value);
}
member CommandLineOptions : string with get, set
function get CommandLineOptions () : String
function set CommandLineOptions (value : String)
Property Value
Type: System.String
Returns String.
.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.