BaseUIHierarchy.ProjectContext Property
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property ProjectContext As ProjectContext
'Usage
Dim instance As BaseUIHierarchy
Dim value As ProjectContext
value = instance.ProjectContext
instance.ProjectContext = value
public ProjectContext ProjectContext { get; protected set; }
public:
property ProjectContext^ ProjectContext {
ProjectContext^ get ();
void set (ProjectContext^ value);
}
public function get ProjectContext () : ProjectContext
public function set ProjectContext (value : ProjectContext)
Property Value
Type: ProjectContext
.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.