次の方法で共有


FlavoredProject.GetProperty Method

Gets the value of a property for a given node.

Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'宣言
Protected Overridable Function GetProperty ( _
    itemId As UInteger, _
    propId As Integer, _
    <OutAttribute> ByRef property As Object _
) As Integer
protected virtual int GetProperty(
    uint itemId,
    int propId,
    out Object property
)

Parameters

  • propId
    Type: System.Int32
    The ID of the requested property.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

This method calls GetProperty on the inner project.

.NET Framework Security

See Also

Reference

FlavoredProject Class

Microsoft.VisualStudio.Shell.Flavor Namespace