言語

IImage.StreamName プロパティ

定義

画像の名前を得て、レンダリング拡張を経ずに CreateAndRegisterStream オブジェクトに渡してバイトを取得します。

public:
 property System::String ^ StreamName { System::String ^ get(); };
public string StreamName { get; }
member this.StreamName : string
Public ReadOnly Property StreamName As String

プロパティ値

画像名を含む string

適用対象