次の方法で共有


EnumerableComCollection<TComEnumerator, TEnumerated> Constructor (TComEnumerator, Int32)

Initializes a new instance of EnumerableComCollection<TComEnumerator, TEnumerated> for the provided enumerator and cache size.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'宣言
Protected Sub New ( _
    enumerator As TComEnumerator, _
    cacheSize As Integer _
)
protected EnumerableComCollection(
    TComEnumerator enumerator,
    int cacheSize
)

Parameters

.NET Framework Security

See Also

Reference

EnumerableComCollection<TComEnumerator, TEnumerated> Class

EnumerableComCollection<TComEnumerator, TEnumerated> Overload

Microsoft.VisualStudio.Shell Namespace