ShareProvider コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しい ShareProvider オブジェクトを作成します。
public:
ShareProvider(Platform::String ^ title, RandomAccessStreamReference ^ displayIcon, Color backgroundColor, ShareProviderHandler ^ handler);
ShareProvider(winrt::hstring const& title, RandomAccessStreamReference const& displayIcon, Color const& backgroundColor, ShareProviderHandler const& handler);
public ShareProvider(string title, RandomAccessStreamReference displayIcon, Color backgroundColor, ShareProviderHandler handler);
function ShareProvider(title, displayIcon, backgroundColor, handler)
Public Sub New (title As String, displayIcon As RandomAccessStreamReference, backgroundColor As Color, handler As ShareProviderHandler)
パラメーター
- title
-
String
Platform::String
winrt::hstring
共有プロバイダーのタイトル。
- displayIcon
- RandomAccessStreamReference
共有プロバイダーの表示アイコン。
- backgroundColor
- Color
共有プロバイダーの背景色。
- handler
- ShareProviderHandler
共有プロバイダーのハンドラー。