Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get a page property.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function GetProperty ( _
page As ITeamExplorerPage, _
property As PageProperties _
) As Object
public static Object GetProperty(
this ITeamExplorerPage page,
PageProperties property
)
[ExtensionAttribute]
public:
static Object^ GetProperty(
ITeamExplorerPage^ page,
PageProperties property
)
static member GetProperty :
page:ITeamExplorerPage *
property:PageProperties -> Object
public static function GetProperty(
page : ITeamExplorerPage,
property : PageProperties
) : Object
Parameters
- property
Type: Microsoft.TeamFoundation.Controls.PageProperties
Return Value
Type: System.Object
Returns Object.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type ITeamExplorerPage. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
.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.