共用方式為


SharePointData.LookupCategory(Int32, String, String) Method

Definition

public:
 bool LookupCategory(int categoryId, [Runtime::InteropServices::Out] System::String ^ % areaName, [Runtime::InteropServices::Out] System::String ^ % categoryName);
public bool LookupCategory (int categoryId, out string areaName, out string categoryName);
member this.LookupCategory : int * string * string -> bool
Public Function LookupCategory (categoryId As Integer, ByRef areaName As String, ByRef categoryName As String) As Boolean

Parameters

categoryId
Int32
areaName
String
categoryName
String

Returns

Applies to