'宣言 Public Overrides Function CanExportObject( _ ByVal obj As System.Object _ ) As System.Boolean
'使用法 Dim instance As PagesExportProvider Dim obj As System.Object Dim value As System.Boolean value = instance.CanExportObject(obj)
public override System.bool CanExportObject( System.object obj )
パラメータ
- obj
- The object (document) to test.
戻り値の型
True if the object represents a document that can be exported, false otherwise.