| Visual Basic (Declaration) | |
|---|---|
Property Owner As ISItemsControl | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ITaskBar Dim value As ISItemsControl instance.Owner = value value = instance.Owner | |
| C# | |
|---|---|
ISItemsControl Owner {get; set;} | |
| Delphi | |
|---|---|
read-write property Owner: ISItemsControl; | |
| JScript | |
|---|---|
function get,set Owner : ISItemsControl | |
| Managed Extensions for C++ | |
|---|---|
__property ISItemsControl* get_Owner(); __property void set_Owner( ISItemsControl* value ); | |
| C++/CLI | |
|---|---|
property ISItemsControl^ Owner { ISItemsControl^ get(); void set ( ISItemsControl^ value); } | |
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family