ProjectNode.IVsBuildPropertyStorage.GetPropertyValue Method

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Private Function GetPropertyValue ( _
    propertyName As String, _
    configName As String, _
    storage As UInteger, _
    <OutAttribute> ByRef propertyValue As String _
) As Integer Implements IVsBuildPropertyStorage.GetPropertyValue
'使用
Dim instance As ProjectNode
Dim propertyName As String
Dim configName As String
Dim storage As UInteger
Dim propertyValue As String
Dim returnValue As Integer

returnValue = CType(instance, IVsBuildPropertyStorage).GetPropertyValue(propertyName, _
    configName, storage, propertyValue)
int IVsBuildPropertyStorage.GetPropertyValue(
    string propertyName,
    string configName,
    uint storage,
    out string propertyValue
)
private:
virtual int GetPropertyValue(
    String^ propertyName, 
    String^ configName, 
    unsigned int storage, 
    [OutAttribute] String^% propertyValue
) sealed = IVsBuildPropertyStorage::GetPropertyValue
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsBuildPropertyStorage.GetPropertyValue(String, String, UInt32, String%)

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace