IVsDeployDependency2::get_Property Method (String^, Object^)

 

Gets the value of a dependency property.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int get_Property(
	String^ szProperty,
	[OutAttribute] Object^% pvar
)

Parameters

szProperty
Type: System::String^

[in] String containing the name of the property.

pvar
Type: System::Object^

[out] Pointer to a variant containing the property value.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell80.idl:

HRESULT IVsDeployDependency2::get_Property(
   [in] LPCOLESTR szProperty, 
   [out] VARIANT* pvar
);
Return to top
Show: