Visual Basic (Declaration) | |
---|---|
Public Shared Function GetDataFieldPart( _ ByVal context As Object, _ ByVal inputPart As DataFieldPart _ ) As DataFieldPart |
Visual Basic (Usage) | ![]() |
---|---|
Dim context As Object Dim inputPart As DataFieldPart Dim value As DataFieldPart value = Common.GetDataFieldPart(context, inputPart) |
C# | |
---|---|
public static DataFieldPart GetDataFieldPart( object context, DataFieldPart inputPart ) |
C++/CLI | |
---|---|
public: static DataFieldPart^ GetDataFieldPart( Object^ context, DataFieldPart^ inputPart ) |
Parameters
- context
- inputPart
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