다음을 통해 공유


IPropertyDefinition.Default 속성

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Private ReadOnly Property Default As Object
    Implements IPropertyDefinition.Default
    Get
‘사용 방법
Dim instance As PropertyDefinition
Dim value As Object

value = CType(instance, IPropertyDefinition).Default
Object IPropertyDefinition.Default { get; }
private:
virtual property Object^ Default {
    Object^ get () sealed = IPropertyDefinition::Default::get;
}
private abstract Default : Object
private override Default : Object
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

속성 값

유형: System. . :: . .Object

구현

IPropertyDefinition. . :: . .Default