Creates a new instance of IXResourceLocation describing a source which is in the same container Container as this source, but with the name name.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
public IXResourceLocation GetSiblingResourceLocation(
	string name
)

Parameters

name
Type: System..::.String
The name of a new source.

Implements

IXResourceLocation..::.GetSiblingResourceLocation(String)

See Also