IVsUpgradeBuildPropertyStorage.RemoveProperty Method

Removes a property from a project file.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'宣言
Function RemoveProperty ( _
    pszPropName As String, _
    pszConfigName As String, _
    storage As UInteger _
) As Integer
'使用
Dim instance As IVsUpgradeBuildPropertyStorage
Dim pszPropName As String
Dim pszConfigName As String
Dim storage As UInteger
Dim returnValue As Integer

returnValue = instance.RemoveProperty(pszPropName, _
    pszConfigName, storage)
int RemoveProperty(
    string pszPropName,
    string pszConfigName,
    uint storage
)
int RemoveProperty(
    [InAttribute] String^ pszPropName, 
    [InAttribute] String^ pszConfigName, 
    [InAttribute] unsigned int storage
)
function RemoveProperty(
    pszPropName : String, 
    pszConfigName : String, 
    storage : uint
) : int

Parameters

  • pszConfigName
    Type: System.String

    [in] Configuration associated with the property

Return Value

Type: System.Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell90.idl:

HRESULT RemoveProperty(
    [in] LPCOLESTR pszPropName,
    [in] LPCOLESTR pszConfigName,
    [in] PersistStorageType storage,
);

Permissions

See Also

Reference

IVsUpgradeBuildPropertyStorage Interface

IVsUpgradeBuildPropertyStorage Members

Microsoft.VisualStudio.Shell.Interop Namespace