Exp.ComplexAccessors Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Used for accessors located in assemblies different from the part's one. 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 ComplexAccessors As ICollection(Of Member)
Get
Friend Set
'Usage
Dim instance As Exp
Dim value As ICollection(Of Member)
value = instance.ComplexAccessors
public ICollection<Member> ComplexAccessors { get; internal set; }
public:
property ICollection<Member^>^ ComplexAccessors {
ICollection<Member^>^ get ();
internal: void set (ICollection<Member^>^ value);
}
member ComplexAccessors : ICollection<Member> with get, internal set
function get ComplexAccessors () : ICollection<Member>
internal function set ComplexAccessors (value : ICollection<Member>)
Property Value
Type: System.Collections.Generic.ICollection<Member>
Accessors located in assemblies different from the part's one.
.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.