ITeamExplorerSectionExtensions.SetProperty Method
Set a section property.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Sub SetProperty ( _
section As ITeamExplorerSection, _
property As SectionProperties, _
value As Object _
)
public static void SetProperty(
this ITeamExplorerSection section,
SectionProperties property,
Object value
)
[ExtensionAttribute]
public:
static void SetProperty(
ITeamExplorerSection^ section,
SectionProperties property,
Object^ value
)
static member SetProperty :
section:ITeamExplorerSection *
property:SectionProperties *
value:Object -> unit
public static function SetProperty(
section : ITeamExplorerSection,
property : SectionProperties,
value : Object
)
Parameters
- section
Type: Microsoft.TeamFoundation.Controls.ITeamExplorerSection
- property
Type: Microsoft.TeamFoundation.Controls.SectionProperties
- value
Type: System.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
- 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.