PrintDialogArray.GetIndex(PrintDialog) Método

Definição

Obtém o índice de um PrintDialog em um PrintDialogArray.Gets the index of a PrintDialog in a PrintDialogArray.

public:
 short GetIndex(System::Windows::Forms::PrintDialog ^ o);
public short GetIndex (System.Windows.Forms.PrintDialog o);
member this.GetIndex : System.Windows.Forms.PrintDialog -> int16
Public Function GetIndex (o As PrintDialog) As Short

Parâmetros

o
PrintDialog

Um PrintDialog na matriz de controle.A PrintDialog in the control array.

Retornos

Int16

Um Short que representa o índice do PrintDialog especificado.A Short that represents the index of the specified PrintDialog.

Comentários

Esse método pode ser usado para recuperar o índice para o especificado PrintDialog .This method can be used to retrieve the index for the specified PrintDialog.

Observação

As funções e os objetos no namespace Microsoft.VisualBasic.Compatibility.VB6 são fornecidos para uso pelas ferramentas para atualização do Visual Basic 6.0 para o Visual Basic.Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. Na maioria dos casos, essas funções e objetos duplicam a funcionalidade que é possível encontrar em outros namespaces no .NET FrameworkIn most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. Eles apenas são necessários quando o modelo de código do Visual Basic 6.0 difere significativamente da implementação do .NET Framework.They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

Aplica-se a