ISectionNode.Content Property
Returns the content for this node. This should be a Windows Presentation Foundation document paragraph (or block).
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
ReadOnly Property Content As Object
Object Content { get; }
property Object^ Content {
Object^ get ();
}
abstract Content : Object with get
function get Content () : Object
Property Value
Type: System.Object
Returns Object.
.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.