Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Function IndexOf ( _
value As DocData _
) As Integer
'Usage
Dim instance As RelatedDocDataCollection
Dim value As DocData
Dim returnValue As Integer
returnValue = instance.IndexOf(value)
public int IndexOf(
DocData value
)
public:
int IndexOf(
DocData^ value
)
member IndexOf :
value:DocData -> int
public function IndexOf(
value : DocData
) : int
Parameters
- value
Type: Microsoft.VisualStudio.Shell.Design.Serialization.DocData
The document data object to find.
Return Value
Type: System.Int32
The index of the document data object, or -1 if it was not found.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RelatedDocDataCollection Class