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。

适用于