ProjectNode.IVsBuildPropertyStorage.RemoveProperty Method

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

Syntax

'宣言
Private Function RemoveProperty ( _
    propertyName As String, _
    configName As String, _
    storage As UInteger _
) As Integer Implements IVsBuildPropertyStorage.RemoveProperty
'使用
Dim instance As ProjectNode
Dim propertyName As String
Dim configName As String
Dim storage As UInteger
Dim returnValue As Integer

returnValue = CType(instance, IVsBuildPropertyStorage).RemoveProperty(propertyName, _
    configName, storage)
int IVsBuildPropertyStorage.RemoveProperty(
    string propertyName,
    string configName,
    uint storage
)
private:
virtual int RemoveProperty(
    String^ propertyName, 
    String^ configName, 
    unsigned int storage
) sealed = IVsBuildPropertyStorage::RemoveProperty
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsBuildPropertyStorage.RemoveProperty(String, String, UInt32)

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace