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!

JSCodeGenerator.OutputTypeNamePair

Generates code for the specified CodeDOM based type name pair representation.

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

Parameters

typeRef
A string that indicates the type to generate code for.
name
[To be supplied.]

Remarks

This is commonly used for variable declarations.

See Also

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