IExtenderProviderUnk 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.
Represents an extender provider object.
public interface class IExtenderProviderUnk
public interface class IExtenderProviderUnk
__interface IExtenderProviderUnk
[System.Runtime.InteropServices.Guid("F69B64A3-9017-4E48-9784-E152B51AA722")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface IExtenderProviderUnk
[System.Runtime.InteropServices.Guid("F69B64A3-9017-4E48-9784-E152B51AA722")]
public interface IExtenderProviderUnk
[<System.Runtime.InteropServices.Guid("F69B64A3-9017-4E48-9784-E152B51AA722")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type IExtenderProviderUnk = interface
[<System.Runtime.InteropServices.Guid("F69B64A3-9017-4E48-9784-E152B51AA722")>]
type IExtenderProviderUnk = interface
Public Interface IExtenderProviderUnk
- Attributes
Methods
CanExtend(String, String, Object) |
Returns whether or not the provider can provide an extender for the given object in the specified category. |
GetExtender(String, String, Object, IExtenderSite, Int32) |
Returns an extender for the given object under the specified category. |