This document is archived and information here might be outdated. Recommended version. |
The environments associated with the tool.
[Visual Basic .NET] Public Property Environments As IArray
[C#] public IArray Environments {get; set;}
[C++]
HRESULT get_Environments(
IArray** Environments
);
[C++]
HRESULT putref_Environments(
IArray* Environments
);
[C++]
Parameters Environments [out, retval]
Environments is a parameter of type IArray** Environments [in]
Environments is a parameter of type IArray*