다음을 통해 공유


DataViewBrowseObject.RemoveAttributes 메서드

해당 유형 식별자에 의해 지정 된 특성을 제거 합니다.

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

구문

‘선언
Public Sub RemoveAttributes ( _
    ParamArray typeIds As Object() _
)
public void RemoveAttributes(
    params Object[] typeIds
)
public:
void RemoveAttributes(
    ... array<Object^>^ typeIds
)
member RemoveAttributes : 
        typeIds:Object[] -> unit
public function RemoveAttributes(
    ... typeIds : Object[]
)

매개 변수

  • typeIds
    형식: array<Object[]

    제거 될 속성의 형식에 대 한 고유 식별자를 포함 하는 배열입니다.

.NET Framework 보안

참고 항목

참조

DataViewBrowseObject 클래스

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