Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the selection container.
Namespace: Microsoft.VisualStudio.Designer.Interfaces
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Syntax
'Dichiarazione
ReadOnly Property SelectionContainer As Object
Get
'Utilizzo
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.