Visual Basic (Declaration) | |
---|---|
Public Property Components As ColorThresholdCommandComponent() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ColorThresholdCommandComponent[] Components {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property ColorThresholdCommandComponent*[] get_Components(); public: __property void set_Components( ColorThresholdCommandComponent*[] value ); |
C++/CLI | |
---|---|
public: property array<ColorThresholdCommandComponent^> Components { array<ColorThresholdCommandComponent^> get(); void set (ColorThresholdCommandComponent^array<value> value); } |
Return Value
Array of 3 ColorThresholdCommandComponent classes that contains the properties used to compare and modify each component.Refer to ColorThresholdCommand()
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family