Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
The new context.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property NewContext As ITeamFoundationContext
public ITeamFoundationContext NewContext { get; private set; }
public:
property ITeamFoundationContext^ NewContext {
ITeamFoundationContext^ get ();
private: void set (ITeamFoundationContext^ value);
}
member NewContext : ITeamFoundationContext with get, private set
function get NewContext () : ITeamFoundationContext
private function set NewContext (value : ITeamFoundationContext)
Property Value
Type: Microsoft.TeamFoundation.Client.ITeamFoundationContext
Returns ITeamFoundationContext.
.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.