MetadataBuilder.GetRowCount(TableIndex) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Devolve o número atual de itens na tabela especificada.
public:
int GetRowCount(System::Reflection::Metadata::Ecma335::TableIndex table);
public int GetRowCount(System.Reflection.Metadata.Ecma335.TableIndex table);
member this.GetRowCount : System.Reflection.Metadata.Ecma335.TableIndex -> int
Public Function GetRowCount (table As TableIndex) As Integer
Parâmetros
- table
- TableIndex
O índice da tabela.
Devoluções
O número de itens na tabela.
Exceções
table não é um índice de tabela válido.