IExpVisual.SetInteraction(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.
public:
void SetInteraction(Platform::Object ^ interaction);
void SetInteraction(IInspectable const& interaction);
public void SetInteraction(object interaction);
function setInteraction(interaction)
Public Sub SetInteraction (interaction As Object)
Parameters
- interaction
-
Object
Platform::Object
IInspectable