FeatureCollection.TryGet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| TryGet<T>(T) | |
| TryGet<T>(String, T) |
TryGet<T>(T)
- Source:
- FeatureCollection.cs
public bool TryGet<T>(out T? feature) where T : Azure.Projects.Core.AzureProjectFeature;
member this.TryGet : 'T -> bool (requires 'T :> Azure.Projects.Core.AzureProjectFeature)
Public Function TryGet(Of T As AzureProjectFeature) (ByRef feature As T) As Boolean
Type Parameters
- T
Parameters
- feature
- T
Returns
Applies to
TryGet<T>(String, T)
- Source:
- FeatureCollection.cs
public bool TryGet<T>(string id, out T? feature) where T : Azure.Projects.Core.AzureProjectFeature;
member this.TryGet : string * 'T -> bool (requires 'T :> Azure.Projects.Core.AzureProjectFeature)
Public Function TryGet(Of T As AzureProjectFeature) (id As String, ByRef feature As T) As Boolean
Type Parameters
- T
Parameters
- id
- String
- feature
- T