IVsOutputGroup2.get_Property(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.
Gets the value of a property.
public:
int get_Property(System::String ^ pszProperty, [Runtime::InteropServices::Out] System::Object ^ % pvar);
public int get_Property (string pszProperty, out object pvar);
abstract member get_Property : string * obj -> int
Public Function get_Property (pszProperty As String, ByRef pvar As Object) As Integer
Parameters
- pszProperty
- String
[in] The name of the property to get.
- pvar
- Object
[out] Pointer to the value of the property.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.