以前に追加したコンテキスト属性を削除します。
Sub RemoveContextAttribute( _
ByVal name As String, _ ByVal value As String _)
[C#]
void RemoveContextAttribute(
stringname,stringvalue);
[C++]
void RemoveContextAttribute(
String* name,String* value);
[JScript]
function RemoveContextAttribute(
name : String,value : String);
パラメータ
- name
削除する属性の名前。 - value
削除する属性の値。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
IHelpService インターフェイス | IHelpService メンバ | System.ComponentModel.Design 名前空間