FileBasedBaseNode.GetProperty(__VSHPROPID, Object) 方法

定义

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

参数

propid
__VSHPROPID
pobj
Object

返回

适用于