FileBasedBaseNode.GetProperty(__VSHPROPID, Object) Method

Definition

public:
 override int GetProperty(Microsoft::VisualStudio::Shell::Interop::__VSHPROPID propid, [Runtime::InteropServices::Out] System::Object ^ % pobj);
public override int GetProperty(Microsoft.VisualStudio.Shell.Interop.__VSHPROPID propid, out object pobj);
override this.GetProperty : Microsoft.VisualStudio.Shell.Interop.__VSHPROPID * obj -> int
Public Overrides Function GetProperty (propid As __VSHPROPID, ByRef pobj As Object) As Integer

Parameters

propid
__VSHPROPID
pobj
Object

Returns

Applies to