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.

C#
protected abstract string CreateManifestName(string fileName, string linkFileName, string rootNamespaceName, string dependentUponFileName, System.IO.Stream binaryStream);

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

Ürün Sürümler
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17