Exemplo n.º 1
0
 public object PPFileDialog(NetOffice.PowerPointApi.Enums.PpFileDialogType type)
 {
     return(Factory.ExecuteVariantMethodGet(this, "PPFileDialog", type));
 }
Exemplo n.º 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));
 }
Exemplo n.º 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));
 }
Exemplo n.º 4
0
 public object PPFileDialog(NetOffice.PowerPointApi.Enums.PpFileDialogType type)
 {
     return(InvokerService.InvokeInternal.ExecuteVariantMethodGet(this, "PPFileDialog", type));
 }
Exemplo n.º 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));
 }