ScopingExtensions.ContainsPartMetadataWithKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出指定的組件是否包含具有指定之索引鍵的中繼資料。
public:
[System::Runtime::CompilerServices::Extension]
static bool ContainsPartMetadataWithKey(System::ComponentModel::Composition::Primitives::ComposablePartDefinition ^ part, System::String ^ key);
public static bool ContainsPartMetadataWithKey (this System.ComponentModel.Composition.Primitives.ComposablePartDefinition part, string key);
static member ContainsPartMetadataWithKey : System.ComponentModel.Composition.Primitives.ComposablePartDefinition * string -> bool
<Extension()>
Public Function ContainsPartMetadataWithKey (part As ComposablePartDefinition, key As String) As Boolean
參數
要搜尋的組件。
- key
- String
中繼資料金鑰。
傳回
如果 part
包含具有指定的索引鍵的中繼資料,則為 true
,否則為 false
。