IGetCustomProperties Method (IConfiguration)
Obsolete. Superseded by IConfiguration::CustomPropertyManager.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub IGetCustomProperties( _
ByVal NumProps As System.Integer, _
ByRef PropNames As System.String, _
ByRef PropValues As System.String, _
ByRef PropTypes As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IConfiguration
Dim NumProps As System.Integer
Dim PropNames As System.String
Dim PropValues As System.String
Dim PropTypes As System.Integer
instance.IGetCustomProperties(NumProps, PropNames, PropValues, PropTypes) |
Parameters
- NumProps
-
- PropNames
-
- PropValues
-
- PropTypes
-
See Also