Compartilhar via


DdaCollection.GetDdaByType Method

Gets the DDA element by type.

Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)

Usage

'Usage
Dim instance As DdaCollection
Dim type As String
Dim returnValue As DdaBindings

returnValue = instance.GetDdaByType(type)

Syntax

'Declaration
Public Function GetDdaByType ( _
    type As String _
) As DdaBindings
public DdaBindings GetDdaByType (
    string type
)
public:
DdaBindings^ GetDdaByType (
    String^ type
)
public DdaBindings GetDdaByType (
    String type
)
public function GetDdaByType (
    type : String
) : DdaBindings

Parameters

  • type
    The type.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

DdaCollection Class
DdaCollection Members
Microsoft.Uii.Common Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.