Dela via


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: UInt32

    The ID of the property.

Return Value

Type: Object
The value.

.NET Framework Security

See Also

Reference

IVsProjectTargetDescription Interface

Microsoft.VisualStudio.Shell.Interop Namespace