_CommandBarActiveX.QueryControlInterface[String] Property
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.
This property is deprecated.
public:
property System::Object ^ QueryControlInterface[System::String ^] { System::Object ^ get(System::String ^ bstrIid); };
[System.Runtime.InteropServices.DispId(1610940418)]
public object QueryControlInterface[string bstrIid] { [System.Runtime.InteropServices.DispId(1610940418)] get; }
[<System.Runtime.InteropServices.DispId(1610940418)>]
[<get: System.Runtime.InteropServices.DispId(1610940418)>]
member this.QueryControlInterface(string) : obj
Public ReadOnly Property QueryControlInterface(bstrIid As String) As Object
Parameters
- bstrIid
- String
The IID.
Property Value
This property is deprecated.
- Attributes