Condividi tramite


IVsOutputGroup2.get_Property(String, Object) Method

Definition

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.

Applies to