DiagramDocView.GetProperty(UInt32, 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.
Return the object that was requested. Our implementation only supports VSFTPROPID_DocName.
public:
virtual int GetProperty(System::UInt32 propid, [Runtime::InteropServices::Out] System::Object ^ % pvar);
public int GetProperty (uint propid, out object pvar);
abstract member GetProperty : uint32 * obj -> int
override this.GetProperty : uint32 * obj -> int
Public Function GetProperty (propid As UInteger, ByRef pvar As Object) As Integer
Parameters
- propid
- UInt32
- pvar
- Object