IWorkspace.Image 속성
버전 2에 적용
작업 영역의 28x25 이미지를 가져옵니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
ReadOnly Property Image As ImageSource
Get
‘사용 방법
Dim instance As IWorkspace
Dim value As ImageSource
value = instance.Image
ImageSource Image { get; }
property ImageSource^ Image {
ImageSource^ get ();
}
abstract Image : ImageSource
function get Image () : ImageSource
속성 값
유형: System.Windows.Media.ImageSource
작업 영역의 이미지입니다.