BitmapPropertySet.Remove(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從屬性集移除專案。
public:
virtual void Remove(Platform::String ^ key) = IMap<Platform::String ^, BitmapTypedValue ^>::Remove;
void Remove(winrt::hstring const& key);
public void Remove(string key);
function remove(key)
Public Sub Remove (key As String)
參數
- key
-
String
Platform::String
winrt::hstring
索引鍵。
實作
備註
如需 Remove (String) 方法的 C# 或 Microsoft Visual Basic 版本,請參閱 Remove。