Udostępnij za pośrednictwem


ContentProvider.GetFullyQualifiedEmbeddedResourcePath(String, String) Method

Definition

Create a fully qualified embedded resource path by first converting a path of the form "path1/path2/path3" to one of "path1.path2.path3" following convention embedded resource naming, and then fully qualify it with the default CLR name space so that it becomes "prefix.path1.path2.path3".

protected virtual string GetFullyQualifiedEmbeddedResourcePath (string prefix, string path);
abstract member GetFullyQualifiedEmbeddedResourcePath : string * string -> string
override this.GetFullyQualifiedEmbeddedResourcePath : string * string -> string
Protected Overridable Function GetFullyQualifiedEmbeddedResourcePath (prefix As String, path As String) As String

Parameters

prefix
String

The resource prefix to prepend.

path
String

The path to convert.

Returns

The converted path.

Applies to