This topic has not yet been rated - Rate this topic

Variables Property

Visual Studio .NET 2003

Returns the collection of variables for the parent object.

[Visual Basic .NET]
Public ReadOnly Property Variables() As CodeElements
[Visual Basic 6]
Property Get Variables() As CodeElements
[C++]
HRESULT __stdcall get_Variables(
   /* [out, retval] */ CodeElements** retVal
);
[C#]
public CodeElements Variables {get;}
[JScript .NET]
public function get Variables() : CodeElements

Example

For an example of usage, see the DocExplorer sample.

See Also

Applies To: VCCodeClass Object | VCCodeIDLLibrary Object | VCCodeInterface Object | VCCodeModel Object | VCCodeNamespace Object | VCCodeStruct Object | VCCodeUnion Object | VCFileCodeModel Object

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.