VpnPacketBufferList クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
VpnPacketBuffer オブジェクト
public ref class VpnPacketBufferList sealed : IIterable<VpnPacketBuffer ^>
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
class VpnPacketBufferList final : IIterable<VpnPacketBuffer>
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
public sealed class VpnPacketBufferList : IEnumerable<VpnPacketBuffer>
Public NotInheritable Class VpnPacketBufferList
Implements IEnumerable(Of VpnPacketBuffer)
- 継承
- 属性
- 実装
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
アプリの機能 |
networkingVpnProvider
|
プロパティ
Size |
IVpnPacketBufferList オブジェクト内 IVpnPacketBuffer オブジェクトの数を取得します。 |
Status |
VpnPacketBufferの状態 |
メソッド
AddAtBegin(VpnPacketBuffer) |
IVpnPacketBufferListの先頭に新しい IVpnPacketBuffer オブジェクトを追加します。 |
Append(VpnPacketBuffer) |
IVpnPacketBufferListの末尾に新しい IVpnPacketBuffer オブジェクトを追加します。 |
Clear() |
IVpnPacketBufferListから、IVpnPacketBuffer オブジェクトをすべて削除します。 |
First() |
First パラメーターへのアクセスを提供します。 この SDK プログラミング要素は、Windows PowerShell 3.0 で導入されています。 |
RemoveAtBegin() |
IVpnPacketBufferListの開始時に、IVpnPacketBuffer オブジェクトを削除します。 |
RemoveAtEnd() |
IVpnPacketBufferListの末尾にある IVpnPacketBuffer オブジェクトを削除します。 |