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!

VBCodeGenerator.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
The type of the variable.
name
[To be supplied.]

Remarks

This is commonly used for variable declarations.

See Also

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