다음을 통해 공유


IVsDataViewDocumentProvider.IsSupported 메서드

클래스에서 구현 되는 경우 문서 데이터 보기에서 지정한 노드를 지원 하는지 여부를 나타냅니다.

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

구문

‘선언
Function IsSupported ( _
    itemId As Integer _
) As Boolean
bool IsSupported(
    int itemId
)
bool IsSupported(
    int itemId
)
abstract IsSupported : 
        itemId:int -> bool
function IsSupported(
    itemId : int
) : boolean

매개 변수

  • itemId
    형식: Int32

    데이터 뷰의 노드에 대 한 숫자 식별자입니다.

반환 값

형식: Boolean
true 문서를 지 원하는 경우. 그렇지 않으면 false.

.NET Framework 보안

참고 항목

참조

IVsDataViewDocumentProvider 인터페이스

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