NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeGenerator.OutputTypeNamePair

Generates code for the specified object type and name pair.

[Visual Basic]
Overridable Protected Sub OutputTypeNamePair( _
   ByVal typeRef As String, _
   ByVal name As String _
)
[C#]
protected virtual void OutputTypeNamePair(
   string typeRef,
   string name
);
[C++]
protected: virtual void OutputTypeNamePair(
   String* typeRef,
   String* name
);
[JScript]
protected function OutputTypeNamePair(
   typeRef : String,
   name : String
);

Parameters

typeRef
The type.
name
[To be supplied.]

See Also

CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace