DesignerDocDataService.GetSiblingFileName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.