Visual Basic (Declaration) | |
---|---|
Protected Function FilterPropertyValue( _ ByVal propertyName As String, _ ByVal value As Object _ ) As Object |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As ToolboxItemWizard Dim propertyName As String Dim value As Object Dim value As Object value = instance.FilterPropertyValue(propertyName, value) |
C# | |
---|---|
protected object FilterPropertyValue( string propertyName, object value ) |
C++/CLI | |
---|---|
protected: Object^ FilterPropertyValue( String^ propertyName, Object^ value ) |
Parameters
- propertyName
- value
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2