VCCodeElements.Reserved1(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
仅限 Microsoft 内部使用。
public:
void Reserved1(System::Object ^ Element);
public:
void Reserved1(Platform::Object ^ Element);
void Reserved1(winrt::Windows::Foundation::IInspectable const & Element);
[System.Runtime.InteropServices.DispId(4)]
[System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden | System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)]
public void Reserved1 (object Element);
[<System.Runtime.InteropServices.DispId(4)>]
[<System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FHidden | System.Runtime.InteropServices.TypeLibFuncFlags.FRestricted)>]
abstract member Reserved1 : obj -> unit
Public Sub Reserved1 (Element As Object)
参数
- Element
- Object
object
实现
- 属性