CreateManifestResourceName.CreateManifestName Method

Definition

Method in the derived class that composes the manifest name.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 abstract System::String ^ CreateManifestName(System::String ^ fileName, System::String ^ linkFileName, System::String ^ rootNamespaceName, System::String ^ dependentUponFileName, System::IO::Stream ^ binaryStream);
protected abstract string CreateManifestName (string fileName, string linkFileName, string rootNamespaceName, string dependentUponFileName, System.IO.Stream binaryStream);
abstract member CreateManifestName : string * string * string * string * System.IO.Stream -> string
Protected MustOverride Function CreateManifestName (fileName As String, linkFileName As String, rootNamespaceName As String, dependentUponFileName As String, binaryStream As Stream) As String

Parameters

fileName
String

The file name of the dependent (usually a .resx)

linkFileName
String

The name of the file specified by the Link attribute.

rootNamespaceName
String

The root namespace (usually from the project file). May be null

dependentUponFileName
String

The file name of the parent of this dependency. May be null

binaryStream
Stream

File contents binary stream, may be null

Returns

Returns the manifest name

Applies to