RichTextBox for UWP/WinRT
GetStream メソッド

プロパティ値を読み取るオブジェクト。
指定されたオブジェクトの Stream 添付プロパティの値を取得します。
構文
'宣言
 
Public Shared Function GetStream( _
   ByVal obj As Windows.UI.Xaml.DependencyObject _
) As System.Byte()
public static System.byte[] GetStream( 
   Windows.UI.Xaml.DependencyObject obj
)

パラメータ

obj
プロパティ値を読み取るオブジェクト。

戻り値の型

要求されたオブジェクトの 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