'宣言 Public Function IndexOf( _ ByVal embeddedFont As EmbeddedFont _ ) As System.Integer
'使用法 Dim instance As EmbeddedFontCollection Dim embeddedFont As EmbeddedFont Dim value As System.Integer value = instance.IndexOf(embeddedFont)
public System.int IndexOf( EmbeddedFont embeddedFont )
パラメータ
- embeddedFont
- The EmbeddedFont to search for.
戻り値の型
The index of embeddedFont in the current collection, or -1 if it was not found.