Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
---|
Dim value As String Dim target As ManagementPackElementReference(Of ManagementPackClass) Dim managementPack As ManagementPack Dim seedPathElement As SeedPathElement Dim returnValue As Boolean returnValue = SeedPathElement.TryParse(value, target, managementPack, seedPathElement) |
Syntax
Visual Basic |
---|
Public Shared Function TryParse ( _ value As String, _ target As ManagementPackElementReference(Of ManagementPackClass), _ managementPack As ManagementPack, _ <OutAttribute> ByRef seedPathElement As SeedPathElement _ ) As Boolean |
C# |
---|
public static bool TryParse ( string value, ManagementPackElementReference<ManagementPackClass> target, ManagementPack managementPack, out SeedPathElement seedPathElement ) |
C++ |
---|
public: static bool TryParse ( String^ value, ManagementPackElementReference<ManagementPackClass^>^ target, ManagementPack^ managementPack, [OutAttribute] SeedPathElement^% seedPathElement ) |
J# |
---|
public static boolean TryParse ( String value, ManagementPackElementReference<ManagementPackClass> target, ManagementPack managementPack, /** @attribute OutAttribute() */ /** @ref */ SeedPathElement seedPathElement ) |
JScript |
---|
|
Parameters
- value
-
The value.
- target
-
The target.
- managementPack
-
The management pack.
- seedPathElement
-
The seed path element.
Return Value
Returns Boolean. true if parsing succeeded; otherwise, false.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.