ImageIconSource.ImageSource 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要作為圖示來源之圖像檔案的 URI。
public:
property ImageSource ^ ImageSource { ImageSource ^ get(); void set(ImageSource ^ value); };
ImageSource ImageSource();
void ImageSource(ImageSource value);
public ImageSource ImageSource { get; set; }
var imageSource = imageIconSource.imageSource;
imageIconSource.imageSource = imageSource;
Public Property ImageSource As ImageSource
屬性值
要作為圖示來源之圖像檔的 URI。 預設值為 null
。