다음을 통해 공유


IVsDataObject.IsDeleted 속성

데이터 개체가 삭제 되었는지 여부를 나타내는 값을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Data.Services
어셈블리:  Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)

구문

‘선언
ReadOnly Property IsDeleted As Boolean
bool IsDeleted { get; }
property bool IsDeleted {
    bool get ();
}
abstract IsDeleted : bool with get
function get IsDeleted () : boolean

속성 값

형식: Boolean
true 데이터 개체를 삭제 한 경우. 그렇지 않으면 false.

.NET Framework 보안

참고 항목

참조

IVsDataObject 인터페이스

Microsoft.VisualStudio.Data.Services 네임스페이스