IBaseMessageContext.ReadAt(Int32, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::Object ^ ReadAt(int index, [Runtime::InteropServices::Out] System::String ^ % strName, [Runtime::InteropServices::Out] System::String ^ % strNamespace);
public object ReadAt (int index, out string strName, out string strNamespace);
abstract member ReadAt : int * string * string -> obj
Public Function ReadAt (index As Integer, ByRef strName As String, ByRef strNamespace As String) As Object
Parameters
- index
- Int32
- strName
- String
- strNamespace
- String