IVsClientFeatureCallbackTargetFactory.CreateInstance(ServiceMoniker) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of callback target intended for the moniker that is passed in. The moniker is passed in for logging purposes only.
public:
System::Object ^ CreateInstance(Microsoft::ServiceHub::Framework::ServiceMoniker ^ moniker);
public object CreateInstance (Microsoft.ServiceHub.Framework.ServiceMoniker moniker);
abstract member CreateInstance : Microsoft.ServiceHub.Framework.ServiceMoniker -> obj
Public Function CreateInstance (moniker As ServiceMoniker) As Object
Parameters
- moniker
- ServiceMoniker
Service moniker that target object is intended for.
Returns
an instance of the target object.