Add a warning message indicating that the value for a particular property is missing or otherwise unassigned.
Syntax
Visual Basic (Declaration) | |
---|
Public Sub AddMissingPropertyWarning( _
ByVal propertyName As String _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DesignModeWarnings
Dim propertyName As String
instance.AddMissingPropertyWarning(propertyName) |
Parameters
- propertyName
- Name of the property to appear in the warning message list at design time.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also