NativeMethods.IStorage.OpenStorage 方法
命名空間: Microsoft.TeamFoundation.Common.Internal
組件: Microsoft.TeamFoundation.Common (在 Microsoft.TeamFoundation.Common.dll 中)
語法
'宣告
Function OpenStorage ( _
pwcsName As String, _
pstgPriority As IntPtr, _
grfMode As Integer, _
snbExclude As IntPtr, _
reserved As Integer _
) As NativeMethods.IStorage
NativeMethods.IStorage OpenStorage(
string pwcsName,
IntPtr pstgPriority,
int grfMode,
IntPtr snbExclude,
int reserved
)
參數
- pwcsName
型別:System.String
- pstgPriority
型別:System.IntPtr
- grfMode
型別:System.Int32
- snbExclude
型別:System.IntPtr
- reserved
型別:System.Int32
傳回值
型別:Microsoft.TeamFoundation.Common.Internal.NativeMethods.IStorage
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。