Compartilhar via


SignatureLines Interface

Definição

This type is a wrapper for a COM interface implemented by a coclass that is required by managed code for COM interoperability. To access the members specified by this interface, use the type that wraps the coclass that implements this interface. For information about that type, including usage, remarks, and examples, seeSignatureLinesCollection

public interface class SignatureLines : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("096CD767-0786-11D1-95FA-0080C78EE3BB")]
public interface SignatureLines : System.Collections.IEnumerable
type SignatureLines = interface
    interface IEnumerable
Public Interface SignatureLines
Implements IEnumerable
Derivado
Atributos
Implementações

Propriedades

Count

Obtém o número de SignatureLineObject objetos na SignatureLinesCollection coleção.

Item[Object]

Obtém uma referência ao objeto especificado SignatureLineObject do SignatureLinesCollection

Métodos

GetEnumerator()

Obtém um IEnumerator objeto que itera em todas as entradas no SignatureLinesCollection

Aplica-se a