Visual Basic (Declaration) | |
---|---|
Public Sub UpdateCategoryData( _ ByVal newCategory As Category, _ ByVal categoryData As CategoryData _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As CategoryServer Dim newCategory As Category Dim categoryData As CategoryData instance.UpdateCategoryData(newCategory, categoryData) |
C# | |
---|---|
public void UpdateCategoryData( Category newCategory, CategoryData categoryData ) |
C++/CLI | |
---|---|
public: void UpdateCategoryData( Category^ newCategory, CategoryData^ categoryData ) |
Parameters
- newCategory
- categoryData
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