다음을 통해 공유


DataViewBrowseObject.SetDefaultProperty 메서드

현재 찾아보기 개체의 기본 속성을 설정합니다.

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

구문

‘선언
Public Sub SetDefaultProperty ( _
    value As PropertyDescriptor _
)
public void SetDefaultProperty(
    PropertyDescriptor value
)
public:
void SetDefaultProperty(
    PropertyDescriptor^ value
)
member SetDefaultProperty : 
        value:PropertyDescriptor -> unit
public function SetDefaultProperty(
    value : PropertyDescriptor
)

매개 변수

  • value
    형식: PropertyDescriptor

    A PropertyDescriptor 개체의 기본 속성으로 설정 합니다.

.NET Framework 보안

참고 항목

참조

DataViewBrowseObject 클래스

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