DeploymentSkipDirective.TryGetValue Method

Definition

Attempts to get the value of the DeploymentSkipDirectiveEntry with the specified name from the current object instance.

public:
 bool TryGetValue(System::String ^ name, [Runtime::InteropServices::Out] Microsoft::Web::Deployment::DeploymentSkipDirectiveEntry ^ % entry);
public bool TryGetValue (string name, out Microsoft.Web.Deployment.DeploymentSkipDirectiveEntry entry);
member this.TryGetValue : string *  -> bool
Public Function TryGetValue (name As String, ByRef entry As DeploymentSkipDirectiveEntry) As Boolean

Parameters

name
String

The name of the skip directive entry to get.

entry
DeploymentSkipDirectiveEntry

A valid out reference to a DeploymentSkipDirectiveEntry object instance.

Returns

true if the skip directive entry was found, otherwise false.

Applies to