RichTextBox for UWP/WinRT
SetStream メソッド

プロパティ値を書き込むオブジェクト。
指定されたオブジェクトの Stream 値。
指定されたオブジェクトの Stream 添付プロパティの値を設定します。
構文
'宣言
 
Public Shared Sub SetStream( _
   ByVal obj As Windows.UI.Xaml.DependencyObject, _
   ByVal value() As System.Byte _
) 
public static void SetStream( 
   Windows.UI.Xaml.DependencyObject obj,
   System.byte[] value
)

パラメータ

obj
プロパティ値を書き込むオブジェクト。
value
指定されたオブジェクトの Stream 値。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

ImageAttach クラス
ImageAttach メンバ

Send Feedback