FeatureCollection.Get<TFeature> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從集合擷取要求的功能。
public:
generic <typename TFeature>
virtual TFeature Get();
public TFeature Get<TFeature> ();
public TFeature? Get<TFeature> ();
abstract member Get : unit -> 'Feature
override this.Get : unit -> 'Feature
Public Function Get(Of TFeature) () As TFeature
類型參數
- TFeature
功能金鑰。
傳回
TFeature
所要求的功能,如果不存在,則為 null。