IVsWritableSettingsStore.PropertyExists Method (String, String, Int32%)
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Déclaration
Function PropertyExists ( _
collectionPath As String, _
propertyName As String, _
<OutAttribute> ByRef pfExists As Integer _
) As Integer
'Utilisation
Dim instance As IVsWritableSettingsStore
Dim collectionPath As String
Dim propertyName As String
Dim pfExists As Integer
Dim returnValue As Integer
returnValue = instance.PropertyExists(collectionPath, _
propertyName, pfExists)
int PropertyExists(
string collectionPath,
string propertyName,
out int pfExists
)
int PropertyExists(
[InAttribute] String^ collectionPath,
[InAttribute] String^ propertyName,
[OutAttribute] int% pfExists
)
abstract PropertyExists :
collectionPath:string *
propertyName:string *
pfExists:int byref -> int
function PropertyExists(
collectionPath : String,
propertyName : String,
pfExists : int
) : int
Parameters
- collectionPath
Type: System.String
- propertyName
Type: System.String
- pfExists
Type: System.Int32%
Return Value
Type: System.Int32
Implements
IVsSettingsStore.PropertyExists(String, String, Int32%)
.NET Framework Security
- 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.
See Also
Reference
IVsWritableSettingsStore Interface