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!

out

Indicates a parameter that is to be passed from the called method to the caller. This information is useful for custom marshaling.

[out]

Applies To

Parameter declarations.

Remarks

out is a single-use attribute. out is an alias for System.InterOp.OutAttribute.

The out attribute can be used in combination with the in attribute. If a parameter has neither in nor out specified, its marshaling depends on its parameter modifiers:

Example

See the example for the in attribute.

See Also

C# Attributes | in