WorkflowTemplates Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of WorkflowTemplate objects.
public interface class WorkflowTemplates : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000CD903-0000-0000-C000-000000000046")]
public interface WorkflowTemplates : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000CD903-0000-0000-C000-000000000046")>]
type WorkflowTemplates = interface
interface _IMsoDispObj
interface IEnumerable
Public Interface WorkflowTemplates
Implements _IMsoDispObj, IEnumerable
- Attributes
- Implements
Properties
Application |
Gets an Application object that represents the container application for the WorkflowTemplates object. Read-only. |
Count |
Gets a Long indicating the number of items in the WorkflowTemplates collection. Read-only. |
Creator |
Gets a 32-bit integer that indicates the application in which the WorkflowTemplates object was created. Read-only. |
Item[Int32] |
Gets a WorkflowTemplate object from the WorkflowTemplates collection. Read-only. |
Methods
GetEnumerator() |