ITeamExplorerSectionExtensions.GetProperty Method

Get a section property.

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetProperty ( _
    section As ITeamExplorerSection, _
    property As SectionProperties _
) As Object
public static Object GetProperty(
    this ITeamExplorerSection section,
    SectionProperties property
)
[ExtensionAttribute]
public:
static Object^ GetProperty(
    ITeamExplorerSection^ section, 
    SectionProperties property
)
static member GetProperty : 
        section:ITeamExplorerSection * 
        property:SectionProperties -> Object
public static function GetProperty(
    section : ITeamExplorerSection, 
    property : SectionProperties
) : Object

Parameters

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 ITeamExplorerSection. 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

ITeamExplorerSectionExtensions Class

Microsoft.TeamFoundation.Controls Namespace