IVsClientFeatureCallbackTargetFactory Interface
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.
Interface for getting a target object that implements a certain set of client features to be passed to remote services.
public interface class IVsClientFeatureCallbackTargetFactory
[System.Runtime.InteropServices.Guid("4fe99374-ef22-4a9d-9ab3-4dae20ef16b0")]
public interface IVsClientFeatureCallbackTargetFactory
[<System.Runtime.InteropServices.Guid("4fe99374-ef22-4a9d-9ab3-4dae20ef16b0")>]
type IVsClientFeatureCallbackTargetFactory = interface
Public Interface IVsClientFeatureCallbackTargetFactory
- Attributes
Methods
CreateInstance(ServiceMoniker) |
Creates an instance of callback target intended for the moniker that is passed in. The moniker is passed in for logging purposes only. |