VsExtensionMethods::EscapeAssemblyRelativePath Method (RegistrationAttribute::RegistrationContext^, String^)

Visual Studio 2015
 

Returns an escaped string representing the full path of the specified folder relative to the assembly of the component being registered;

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
[ExtensionAttribute]
static String^ EscapeAssemblyRelativePath(
	RegistrationAttribute::RegistrationContext^ context,
	String^ relativeFolder
)

Parameters

context
Type: Microsoft.VisualStudio.Shell::RegistrationAttribute::RegistrationContext^

The context information from an external source of a registration attribute.

relativeFolder
Type: System::String^

The name of the folder relative to the registered assembly.

Return Value

Type: System::String^

The escaped path.

Return to top
Show: