IVsContainedLanguageStaticEventBinding::RemoveStaticEventBinding Method (String^, String^, String^, String^)
Visual Studio 2015
Removes the event binding from the specified member.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
int RemoveStaticEventBinding(
String^ pszClassName,
String^ pszUniqueMemberID,
String^ pszObjectName,
String^ pszNameOfEvent
)
Parameters
- pszClassName
-
Type:
System::String^
[in] The fully qualified name of the class the member resides in.
- pszUniqueMemberID
-
Type:
System::String^
[in] The unique ID of the member that handles the event.
- pszObjectName
-
Type:
System::String^
[in] The name of the object that contains the event.
- pszNameOfEvent
-
Type:
System::String^
[in] The name of the event.
From singlefileeditor.idl:
HRESULT RemoveStaticEventBinding( [in] LPCWSTR pszClassName, [in] LPCWSTR pszUniqueMemberID, [in] LPCWSTR pszObjectName, [in] LPCWSTR pszNameOfEvent );
Show: