次の方法で共有


IVSMDDesigner.SelectionContainer Property

Gets the selection container.

Namespace:  Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

Syntax

'宣言
ReadOnly Property SelectionContainer As Object
    Get
'使用
Dim instance As IVSMDDesigner
Dim value As Object

value = instance.SelectionContainer
Object SelectionContainer { get; }
property Object^ SelectionContainer {
    Object^ get ();
}
abstract SelectionContainer : Object
function get SelectionContainer () : Object

Property Value

Type: System.Object
An object of type ISelectionContainer.

.NET Framework Security

See Also

Reference

IVSMDDesigner Interface

IVSMDDesigner Members

Microsoft.VisualStudio.Designer.Interfaces Namespace