次の方法で共有


RelatedDocDataCollection.IndexOf Method

Gets the index of a specified document data object in the collection.

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣言
Public Function IndexOf ( _
    value As DocData _
) As Integer
public int IndexOf(
    DocData value
)

Parameters

Return Value

Type: System.Int32
The index of the document data object, or -1 if it was not found.

.NET Framework Security

See Also

Reference

RelatedDocDataCollection Class

Microsoft.VisualStudio.Shell.Design.Serialization Namespace