CommonStructureEdit.GetCssRootNodePaths Method
This API is not CLS-compliant.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Function GetCssRootNodePaths ( _
rootNodeUri As Uri _
) As List(Of String)
[CLSCompliantAttribute(false)]
public List<string> GetCssRootNodePaths(
Uri rootNodeUri
)
[CLSCompliantAttribute(false)]
public:
List<String^>^ GetCssRootNodePaths(
Uri^ rootNodeUri
)
[<CLSCompliantAttribute(false)>]
member GetCssRootNodePaths :
rootNodeUri:Uri -> List<string>
public function GetCssRootNodePaths(
rootNodeUri : Uri
) : List<String>
Parameters
- rootNodeUri
Type: System.Uri
Return Value
Type: System.Collections.Generic.List<String>
Returns List<T>.
.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.