DesignerDocDataService.GetChildFileName(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.
Returns the absolute path of a child file from its name.
protected:
virtual System::String ^ GetChildFileName(System::String ^ name);
protected:
virtual Platform::String ^ GetChildFileName(Platform::String ^ name);
virtual std::wstring GetChildFileName(std::wstring const & name);
protected virtual string GetChildFileName (string name);
abstract member GetChildFileName : string -> string
override this.GetChildFileName : string -> string
Protected Overridable Function GetChildFileName (name As String) As String
Parameters
- name
- String
The name of the child file.
Returns
The absolute path of the file.