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
- propertyName
Type: System.String
- configName
Type: System.String
- storage
Type: System.UInt32
Return Value
Type: System.Int32
Implements
IVsBuildPropertyStorage.RemoveProperty(String, String, UInt32)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.