ContentProcessorContext.AddOutputFile Method
Note
This method is available only when developing for Windows.
Add a file name to the list of related output files maintained by the build item. This allows tracking build items that build multiple output files.
Syntax
'Declaration
Public MustOverride Sub AddOutputFile ( _
filename As String _
)
public abstract void AddOutputFile (
string filename
)
public:
void AddOutputFile(
String filename
) abstract
Parameters
- filename
Type: String
The name of the file.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
ContentProcessorContext Class
ContentProcessorContext Members
Microsoft.Xna.Framework.Content.Pipeline Namespace
Platforms
Windows 7, Windows Vista, Windows XP