Share via


ManagementPack.ProcessTargetReferences Method

Definition

Caution

This method will be changed to return an IList<ManagementPackProperty>

Processes the specified references and target in the management pack into a list of management pack class properties.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackClassProperty ^> ^ ProcessTargetReferences(System::String ^ referencestring, Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^> ^ workflowTarget);
[System.Obsolete("This method will be changed to return an IList<ManagementPackProperty>")]
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackClassProperty> ProcessTargetReferences (string referencestring, Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackClass> workflowTarget);
member this.ProcessTargetReferences : string * Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackClass> -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackClassProperty>
Public Function ProcessTargetReferences (referencestring As String, workflowTarget As ManagementPackElementReference(Of ManagementPackClass)) As IList(Of ManagementPackClassProperty)

Parameters

referencestring
String

A string that contains multiple reference strings that are processed into a list of management pack class properties. The following is an example of a reference string: $Target/Property[Type=&quot;Windows!Microsoft.Windows.InternetInformationServices.2003.FTPServer&quot;]/Timeout$.

workflowTarget
ManagementPackElementReference<ManagementPackClass>

The target class for the workflow where the reference is found. For example, the Target property of a rule if a rule module configuration is being processed.

Returns

A list of ManagementPackClassProperty objects.

If successful, a list of ManagementPackClassProperty; otherwise, an empty list.

Attributes

Applies to