ITeamExplorerPageExtensions.SetProperty Method

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

Set a page property.

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Sub SetProperty ( _
    page As ITeamExplorerPage, _
    property As PageProperties, _
    value As Object _
)
public static void SetProperty(
    this ITeamExplorerPage page,
    PageProperties property,
    Object value
)
[ExtensionAttribute]
public:
static void SetProperty(
    ITeamExplorerPage^ page, 
    PageProperties property, 
    Object^ value
)
static member SetProperty : 
        page:ITeamExplorerPage * 
        property:PageProperties * 
        value:Object -> unit
public static function SetProperty(
    page : ITeamExplorerPage, 
    property : PageProperties, 
    value : Object
)

Parameters

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

See Also

Reference

ITeamExplorerPageExtensions Class

Microsoft.TeamFoundation.Controls Namespace