ConnectedServiceProvider.Icon 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置显示此 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。