DesignerDocDataService.GetSiblingFileName(String) Method

Definition

Gets the absolute path of the sibling file name from the file name.

protected:
 virtual System::String ^ GetSiblingFileName(System::String ^ name);
protected:
 virtual Platform::String ^ GetSiblingFileName(Platform::String ^ name);
 virtual std::wstring GetSiblingFileName(std::wstring const & name);
protected virtual string GetSiblingFileName (string name);
abstract member GetSiblingFileName : string -> string
override this.GetSiblingFileName : string -> string
Protected Overridable Function GetSiblingFileName (name As String) As String

Parameters

name
String

The short name of the sibling file.

Returns

The absolute path of the file.

Applies to