TeamFoundationServerExt.ActiveProjectContext Property
Get the current project context.
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public ReadOnly Property ActiveProjectContext As ProjectContextExt
public ProjectContextExt ActiveProjectContext { get; }
public:
property ProjectContextExt^ ActiveProjectContext {
ProjectContextExt^ get ();
}
member ActiveProjectContext : ProjectContextExt with get
function get ActiveProjectContext () : ProjectContextExt
Property Value
Type: Microsoft.VisualStudio.TeamFoundation.ProjectContextExt
Returns ProjectContextExt.
.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.