FilterPropertyValue Method
See Also 
SourceCode.Framework.Design Namespace > ToolboxItemWizard Class : FilterPropertyValue Method



propertyName
value

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Protected Function FilterPropertyValue( _
   ByVal propertyName As String, _
   ByVal value As Object _
) As Object
Visual Basic (Usage) Copy Code
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

Requirements

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

See Also