StandardExtensionLocator.Container Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Public Property Container As CompositionContainer
    Get
    Private Set
'Usage
Dim instance As StandardExtensionLocator
Dim value As CompositionContainer

value = instance.Container
public CompositionContainer Container { get; private set; }
public:
property CompositionContainer^ Container {
    CompositionContainer^ get ();
    private: void set (CompositionContainer^ value);
}
function get Container () : CompositionContainer
private function set Container (value : CompositionContainer)
member Container : CompositionContainer with get, private set

Property Value

Type: System.ComponentModel.Composition.Hosting.CompositionContainer

.NET Framework Security

See Also

Reference

StandardExtensionLocator Class

StandardExtensionLocator Members

Microsoft.VisualStudio.Modeling Namespace