IVSMDDesigner.SelectionContainer 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.
Gets the selection container.
public:
property System::Object ^ SelectionContainer { System::Object ^ get(); };
public:
property Platform::Object ^ SelectionContainer { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(1610678274)]
public object SelectionContainer { get; }
public object SelectionContainer { get; }
[<System.Runtime.InteropServices.DispId(1610678274)>]
member this.SelectionContainer : obj
member this.SelectionContainer : obj
Public ReadOnly Property SelectionContainer As Object
Property Value
An object of type ISelectionContainer.
- Attributes