Share via


ManagementPack.ProcessSubElementPropertyReferences(String) Method

Definition

Processes element references in this management pack.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^, Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElement ^> ^> ^ ProcessSubElementPropertyReferences(System::String ^ referencestring);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackElement,Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement>> ProcessSubElementPropertyReferences (string referencestring);
member this.ProcessSubElementPropertyReferences : string -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackElement, Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElement>>
Public Function ProcessSubElementPropertyReferences (referencestring As String) As IList(Of ManagementPackSubElementReference(Of ManagementPackElement, ManagementPackSubElement))

Parameters

referencestring
String

The reference string to process. The following is an example of a reference string: $MPElement[Name=&quot;Microsoft.Windows.InternetInformationServices.2003.FTPServer&quot;]$

Returns

A ManagementPackSubElementReference<T,V> reference.

Applies to