DesignerDocDataService::GetChildFileName Method (String^)

 

Returns the absolute path of a child file from its name.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

protected:
virtual String^ GetChildFileName(
	String^ name
)

Parameters

name
Type: System::String^

The name of the child file.

Return Value

Type: System::String^

The absolute path of the file.

A helper function called by GetChildDocData.

Return to top
Show: