TaskTabItemDescriptor.ImageSource 속성
버전 2에 적용
탭 상단에 표시될 이미지를 가져오거나 설정합니다(선택적으로 WebMatrix에서 사용됨).
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Public Overridable Property ImageSource As ImageSource
Get
Set
‘사용 방법
Dim instance As TaskTabItemDescriptor
Dim value As ImageSource
value = instance.ImageSource
instance.ImageSource = value
public virtual ImageSource ImageSource { get; set; }
public:
virtual property ImageSource^ ImageSource {
ImageSource^ get ();
void set (ImageSource^ value);
}
abstract ImageSource : ImageSource with get, set
override ImageSource : ImageSource with get, set
function get ImageSource () : ImageSource
function set ImageSource (value : ImageSource)
속성 값
유형: System.Windows.Media.ImageSource
탭 상단에 표시될 이미지입니다(선택적으로 WebMatrix에서 사용됨).