StateVisualizer.StateContainers Property
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.
A list of containers that map to the states in the attached Interactive Element component.
public: property System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Experimental::StateVisualizer::StateContainer ^> ^ StateContainers { public:
System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Experimental::StateVisualizer::StateContainer ^> ^ get(); protected:
void set(System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::Experimental::StateVisualizer::StateContainer ^> ^ value); };
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Experimental.StateVisualizer.StateContainer> StateContainers { get; protected set; }
member this.StateContainers : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.Experimental.StateVisualizer.StateContainer> with get, set
Public Property StateContainers As List(Of StateContainer)