VCDesignElements.Item(Object) Method

Definition

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

Applies to