コード例 #1
0
 public object PPFileDialog(NetOffice.PowerPointApi.Enums.PpFileDialogType type)
 {
     return(Factory.ExecuteVariantMethodGet(this, "PPFileDialog", type));
 }
コード例 #2
0
 public NetOffice.PowerPointApi.FileDialog FileDialog(NetOffice.PowerPointApi.Enums.PpFileDialogType type)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.FileDialog>(this, "FileDialog", NetOffice.PowerPointApi.FileDialog.LateBindingApiWrapperType, type));
 }
コード例 #3
0
 public NetOffice.PowerPointApi.FileDialog FileDialog(NetOffice.PowerPointApi.Enums.PpFileDialogType type)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.FileDialog>(this, "FileDialog", typeof(NetOffice.PowerPointApi.FileDialog), type));
 }
コード例 #4
0
 public object PPFileDialog(NetOffice.PowerPointApi.Enums.PpFileDialogType type)
 {
     return(InvokerService.InvokeInternal.ExecuteVariantMethodGet(this, "PPFileDialog", type));
 }
コード例 #5
0
 public static NetOffice.PowerPointApi.FileDialog FileDialog(NetOffice.PowerPointApi.Enums.PpFileDialogType type)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.FileDialog>(_instance, "FileDialog", typeof(NetOffice.PowerPointApi.FileDialog), type));
 }