DiagramDocView.GetProperty(UInt32, Object) Method

Definition

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

Returns

Implements

Applies to