IActiveScriptSite.GetItemInfo(String, UInt32, Object, Type) 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.
public:
int GetItemInfo(System::String ^ pstrName, System::UInt32 dwReturnMask, [Runtime::InteropServices::Out] System::Object ^ % ppiunkItem, [Runtime::InteropServices::Out] Type ^ % ppti);
public int GetItemInfo(string pstrName, uint dwReturnMask, out object ppiunkItem, out Type ppti);
abstract member GetItemInfo : string * uint32 * obj * Type -> int
Public Function GetItemInfo (pstrName As String, dwReturnMask As UInteger, ByRef ppiunkItem As Object, ByRef ppti As Type) As Integer
Parameters
- pstrName
- String
- dwReturnMask
- UInt32
- ppiunkItem
- Object
- ppti
- Type