GetCustomProperties Method (IConfiguration)
Obsolete. Superseded by IConfiguration::CustomPropertyManager.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCustomProperties( _
ByRef PropNames As System.Object, _
ByRef PropValues As System.Object, _
ByRef PropTypes As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IConfiguration
Dim PropNames As System.Object
Dim PropValues As System.Object
Dim PropTypes As System.Object
Dim value As System.Integer
value = instance.GetCustomProperties(PropNames, PropValues, PropTypes) |
C++/CLI | |
---|
System.int GetCustomProperties(
& [Out] System.Object^ PropNames,
& [Out] System.Object^ PropValues,
& [Out] System.Object^ PropTypes
) |
Parameters
- PropNames
-
- PropValues
-
- PropTypes
-
See Also