Udostępnij za pośrednictwem


InventoryInstanceElement.Discover<T> Method ()

 

Discovers an inventory instance element-based local configuration.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public static T Discover<T>()
where T : InventoryInstanceElement
public:
generic<typename T>
where T : InventoryInstanceElement
static T Discover()
Public Shared Function Discover(Of T As InventoryInstanceElement) As T

Return Value

Type: T

Type Parameters

  • T
    InventoryInstanceElement deriving type.

See Also

InventoryInstanceElement Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top