共用方式為


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