다음을 통해 공유


ConnectedServiceProvider.Icon 속성

정의

이 ConnectedServiceProvider를 표시할 때 표시해야 하는 아이콘을 가져오거나 설정합니다.

public:  property System::Windows::Media::ImageSource ^ Icon {  public:
System::Windows::Media::ImageSource ^ get(); protected:
 void set(System::Windows::Media::ImageSource ^ value); };
public System.Windows.Media.ImageSource Icon { get; protected set; }
member this.Icon : System.Windows.Media.ImageSource with get, set
Public Property Icon As ImageSource

속성 값

ImageSource를 반환합니다.

설명

'연결된 서비스 추가' 대화 상자에서 이 아이콘의 크기는 32x32입니다. '연결된 서비스 구성' 대화 상자에서 이 아이콘의 크기는 64x64입니다.

적용 대상