Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the absolute path of the sibling file name from the file name.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Protected Overridable Function GetSiblingFileName ( _
name As String _
) As String
protected virtual string GetSiblingFileName(
string name
)
protected:
virtual String^ GetSiblingFileName(
String^ name
)
abstract GetSiblingFileName :
name:string -> string
override GetSiblingFileName :
name:string -> string
protected function GetSiblingFileName(
name : String
) : String
Parameters
- name
Type: System.String
The short name of the sibling 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.