Returns the project property value for the supplied property ID.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overrides Function GetProperty ( _
propId As Integer _
) As Object
'使用
Dim instance As ProjectNode
Dim propId As Integer
Dim returnValue As Object
returnValue = instance.GetProperty(propId)
public override Object GetProperty(
int propId
)
public:
virtual Object^ GetProperty(
int propId
) override
public override function GetProperty(
propId : int
) : Object
Parameters
propId
Type: System.Int32Property ID values are taken from __VSHPROPID enumeration.
Return Value
Type: System.Object
The property value for the property ID.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.