Part.Imports Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the imports. This is for internal use only and was marked public to allow it to be serialized into XAML.
Namespace: System.ComponentModel.Composition.Caching
Assembly: Microsoft.VisualStudio.ExtensibilityHosting (in Microsoft.VisualStudio.ExtensibilityHosting.dll)
Syntax
'Declaration
Public Property Imports As ICollection(Of Imp)
Get
Friend Set
'Usage
Dim instance As Part
Dim value As ICollection(Of Imp)
value = instance.Imports
public ICollection<Imp> Imports { get; internal set; }
public:
property ICollection<Imp^>^ Imports {
ICollection<Imp^>^ get ();
internal: void set (ICollection<Imp^>^ value);
}
member Imports : ICollection<Imp> with get, internal set
function get Imports () : ICollection<Imp>
internal function set Imports (value : ICollection<Imp>)
Property Value
Type: System.Collections.Generic.ICollection<Imp>
The imports.
.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.