VSSItemClass.Get MethodÂ
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Public Overridable Sub Get ( _
<InAttribute> <OutAttribute> <OptionalAttribute> Optional ByRef Local As String = "", _
<InAttribute> <OptionalAttribute> Optional iFlags As Integer = 0 _
) Implements IVSSItem.Get
'Usage
Dim instance As VSSItemClass
Dim Local As String
Dim iFlags As Integer
CType(instance, IVSSItem).Get(Local, iFlags)
public virtual void IVSSItem.Get (
[OptionalAttribute] [InAttribute] out string Local,
[OptionalAttribute] [InAttribute] int iFlags
)
public:
virtual void Get (
[InAttribute] [OutAttribute] [OptionalAttribute] String^% Local,
[InAttribute] [OptionalAttribute] int iFlags
) = IVSSItem::Get
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript does not support passing value-type arguments by reference.
Parameters
- Local
- iFlags
See Also
Reference
VSSItemClass Class
VSSItemClass Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace