VCDesignElements.Item(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft internal use only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
System::Object ^ Item(System::Object ^ vItem);
public:
Platform::Object ^ Item(Platform::Object ^ vItem);
winrt::Windows::Foundation::IInspectable Item(winrt::Windows::Foundation::IInspectable const & vItem);
[System.Runtime.InteropServices.DispId(0)]
public object Item (object vItem);
[<System.Runtime.InteropServices.DispId(0)>]
abstract member Item : obj -> obj
Public Function Item (vItem As Object) As Object
Parameters
- vItem
- Object
Input item
Returns
An object.
- Attributes