IVsDataObjectStore.InvalidateObjects 메서드 (String)

강제를 대신 저장소 캐시에서 개체 검색 요청을 데이터 소스에서 선택한 데이터 개체를 지정 된 형식에 해당 하는 데이터 개체를 무효화 합니다.

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

구문

‘선언
Sub InvalidateObjects ( _
    typeName As String _
)
void InvalidateObjects(
    string typeName
)
void InvalidateObjects(
    String^ typeName
)
abstract InvalidateObjects : 
        typeName:string -> unit
function InvalidateObjects(
    typeName : String
)

매개 변수

  • typeName
    형식: String

    무효화 형식의 데이터 소스 이름입니다.

예외

예외 조건
ArgumentNullException

typeName 매개 변수가 nullNull 참조(Visual Basic의 경우 Nothing)입니다.

.NET Framework 보안

참고 항목

참조

IVsDataObjectStore 인터페이스

InvalidateObjects 오버로드

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