IVsExtensibility3.GetProperties(Object, Object, 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.
public:
int GetProperties(System::Object ^ pParent, System::Object ^ pdispPropObj, [Runtime::InteropServices::Out] System::Object ^ % ppProperties);
public int GetProperties (object pParent, object pdispPropObj, out object ppProperties);
abstract member GetProperties : obj * obj * obj -> int
Public Function GetProperties (pParent As Object, pdispPropObj As Object, ByRef ppProperties As Object) As Integer
Parameters
- pParent
- Object
- pdispPropObj
- Object
- ppProperties
- Object