Proceeds from the specified update to the top-level dependency and generates all possible paths to the root. Feature names are delimited in the string path with a slash (/). Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim featureName As String
Dim returnValue As List(Of String)
Dim package1 As Package
returnValue = package1.GetAllPathsToRoot(featureName)

Syntax

Visual Basic
Public Function GetAllPathsToRoot( _
		ByVal featureName As String _
) As List(Of String)
C#
public List<string> GetAllPathsToRoot(
		string featureName
);
C++
public:
List<String^>^ GetAllPathsToRoot(
		String^ featureName
);
J#
public List<System.String> GetAllPathsToRoot(
		System.String featureName
);
JScript
JScript does not support Generics.

Parameters

featureName

Name of the first feature to examine.

Return Value

A collection of paths that were found.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Vista, and Windows 2000

Target Platforms

See Also