IVsProjectTargetDescription.GetProperty Method
Gets the specified property.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
Function GetProperty ( _
prop As UInteger _
) As Object
Object GetProperty(
uint prop
)
Object^ GetProperty(
[InAttribute] unsigned int prop
)
abstract GetProperty :
prop:uint32 -> Object
function GetProperty(
prop : uint
) : Object
Parameters
prop
Type: UInt32The ID of the property.
Return Value
Type: Object
The value.
.NET Framework Security
- 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.