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
- propertyName
Type: System.String
- configName
Type: System.String
- storage
Type: System.UInt32
- propertyValue
Type: System.String%
Return Value
Type: System.Int32
Implements
IVsBuildPropertyStorage.GetPropertyValue(String, String, UInt32, String%)
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.