xInfo.view 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.
Overloads
view() | |
view(Object[]) |
view()
public:
virtual void view();
public virtual void view ();
abstract member view : unit -> unit
override this.view : unit -> unit
Public Overridable Sub view ()
Applies to
view(Object[])
public:
virtual void view(cli::array <System::Object ^> ^ _container);
public virtual void view (object[] _container);
abstract member view : obj[] -> unit
override this.view : obj[] -> unit
Public Overridable Sub view (_container As Object())
Parameters
- _container
- Object[]