IntermediateWriter.WriteExternalReference Generic Method
Note
This generic method is available only when developing for Windows.
Adds an external reference to the output XML, and records the filename to be serialized later.
Syntax
'Declaration
Public Sub WriteExternalReference(Of T) ( _
value As ExternalReference(Of T) _
)
public void WriteExternalReference<T> (
ExternalReference<T> value
)
public:
generic<typename T>
void WriteExternalReference(
ExternalReference<T> value
)
Type Parameters
- T
The type of external reference to add.
Parameters
- value
Type: ExternalReference<T>
The external reference to add.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
IntermediateWriter Class
IntermediateWriter Members
Microsoft.Xna.Framework.Content.Pipeline.Serialization.Intermediate Namespace
Platforms
Windows 7, Windows Vista, Windows XP