다음을 통해 공유


ShareProvider 생성자

정의

새 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

공유 공급자의 처리기입니다.

적용 대상