PageInitializeEventArgs.Context Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get the page's initial context.

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property Context As Object
public Object Context { get; private set; }
public:
property Object^ Context {
    Object^ get ();
    private: void set (Object^ value);
}
member Context : Object with get, private set
function get Context () : Object 
private function set Context (value : Object)

Property Value

Type: System.Object
Returns Object.

.NET Framework Security

See Also

Reference

PageInitializeEventArgs Class

Microsoft.TeamFoundation.Controls Namespace