ExecutionProperties.Remove(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
bool Remove(System::String ^ name);
public bool Remove (string name);
member this.Remove : string -> bool
Public Function Remove (name As String) As Boolean
參數
傳回
如果已移除註冊屬性,則為 true
,否則為 false
。
備註
當活動完成時,屬性會自動移除註冊。 這個方法可以用來在活動完成之前取消註冊屬性。
適用於