다음을 통해 공유


DataViewBrowseObject.RemoveProperties 메서드

현재 찾아보기 개체에서 지정된 된 속성을 제거합니다.

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

구문

‘선언
Public Sub RemoveProperties ( _
    ParamArray names As String() _
)
public void RemoveProperties(
    params string[] names
)
public:
void RemoveProperties(
    ... array<String^>^ names
)
member RemoveProperties : 
        names:string[] -> unit
public function RemoveProperties(
    ... names : String[]
)

매개 변수

  • names
    형식: array<String[]

    제거할 속성에 대 한 속성 이름의 배열입니다.

.NET Framework 보안

참고 항목

참조

DataViewBrowseObject 클래스

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