SmartArtQuickStyles 接口

定义

表示 SmartArt 快速样式的集合。

public interface class SmartArtQuickStyles : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03CB-0000-0000-C000-000000000046")]
public interface SmartArtQuickStyles : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03CB-0000-0000-C000-000000000046")>]
type SmartArtQuickStyles = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface SmartArtQuickStyles
Implements _IMsoDispObj, IEnumerable
属性
实现

属性

Application

获取一个 Object 对象,该对象表示 SmartArtQuickStyles 对象的容器应用程序。

Count

获取 SmartArtQuickStyles 集合中包含的对象数SmartArtQuickStyle的计数。

Creator

获取一个 32 位整数,该整数指示在其中创建了 SmartArtQuickStyles 对象的应用程序。

Item[Object]

SmartArtQuickStyle获取位于指定索引处或具有指定唯一标识符的对象。

Parent

获取调用对象。

方法

GetEnumerator()

表示 SmartArt 快速样式的集合。

适用于