Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Determines whether the collection contains the specified document data object.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Function Contains ( _
value As DocData _
) As Boolean
public bool Contains(
DocData value
)
public:
bool Contains(
DocData^ value
)
member Contains :
value:DocData -> bool
public function Contains(
value : DocData
) : boolean
Parameters
value
Type: Microsoft.VisualStudio.Shell.Design.Serialization.DocDataThe DocData object.
Return Value
Type: System.Boolean
true if the collection contains the specified document data object, otherwise false.
.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.