IInternalExtenderProvider.CanExtend(String, String, Object) 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.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
bool CanExtend(System::String ^ ExtenderCATID, System::String ^ ExtenderName, System::Object ^ ExtendeeObject);
public:
bool CanExtend(Platform::String ^ ExtenderCATID, Platform::String ^ ExtenderName, Platform::Object ^ ExtendeeObject);
bool CanExtend(std::wstring const & ExtenderCATID, std::wstring const & ExtenderName, winrt::Windows::Foundation::IInspectable const & ExtendeeObject);
[System.Runtime.InteropServices.DispId(3)]
public bool CanExtend (string ExtenderCATID, string ExtenderName, object ExtendeeObject);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member CanExtend : string * string * obj -> bool
Public Function CanExtend (ExtenderCATID As String, ExtenderName As String, ExtendeeObject As Object) As Boolean
Parameters
- ExtenderCATID
- String
- ExtenderName
- String
- ExtendeeObject
- Object
Returns
- Attributes