DesignerDocDataService.GetChildFileName Method
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)
Syntax
'Déclaration
Protected Overridable Function GetChildFileName ( _
name As String _
) As String
'Utilisation
Dim name As String
Dim returnValue As String
returnValue = Me.GetChildFileName(name)
protected virtual string GetChildFileName(
string name
)
protected:
virtual String^ GetChildFileName(
String^ name
)
abstract GetChildFileName :
name:string -> string
override GetChildFileName :
name:string -> string
protected function GetChildFileName(
name : String
) : String
Parameters
- name
Type: System.String
The name of the child file.
Return Value
Type: System.String
The absolute path of the file.
Remarks
A helper function called by GetChildDocData.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.