Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Dichiarazione
Public Property LastChild As BaseHierarchyNode
Get
Set
public BaseHierarchyNode LastChild { get; set; }
public:
property BaseHierarchyNode^ LastChild {
BaseHierarchyNode^ get ();
void set (BaseHierarchyNode^ value);
}
member LastChild : BaseHierarchyNode with get, set
function get LastChild () : BaseHierarchyNode
function set LastChild (value : BaseHierarchyNode)
Property Value
Type: Microsoft.TeamFoundation.Common.BaseHierarchyNode
.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.