[This is preliminary documentation and is subject to change.]
Assembly: SharpSvn (in SharpSvn.dll) Version: 1.4999.582.31705
Syntax
| C# |
|---|
public bool GetRevisionPropertyList( SvnUriTarget target, SvnRevisionPropertyListArgs args, out SvnPropertyCollection list ) |
| Visual Basic (Declaration) |
|---|
Public Function GetRevisionPropertyList ( _ target As SvnUriTarget, _ args As SvnRevisionPropertyListArgs, _ <OutAttribute> ByRef list As SvnPropertyCollection _ ) As Boolean |
| Visual C++ |
|---|
public: bool GetRevisionPropertyList( SvnUriTarget^ target, SvnRevisionPropertyListArgs^ args, [OutAttribute] SvnPropertyCollection^% list ) |
Parameters
- target
- Type: SharpSvn..::.SvnUriTarget
[Missing <param name="target"/> documentation for "M:SharpSvn.SvnClient.GetRevisionPropertyList(SharpSvn.SvnUriTarget,SharpSvn.SvnRevisionPropertyListArgs,SharpSvn.SvnPropertyCollection@)"]
- args
- Type: SharpSvn..::.SvnRevisionPropertyListArgs
[Missing <param name="args"/> documentation for "M:SharpSvn.SvnClient.GetRevisionPropertyList(SharpSvn.SvnUriTarget,SharpSvn.SvnRevisionPropertyListArgs,SharpSvn.SvnPropertyCollection@)"]
- list
- Type:
SharpSvn..::.SvnPropertyCollection
%
[Missing <param name="list"/> documentation for "M:SharpSvn.SvnClient.GetRevisionPropertyList(SharpSvn.SvnUriTarget,SharpSvn.SvnRevisionPropertyListArgs,SharpSvn.SvnPropertyCollection@)"]
Return Value
[Missing <returns> documentation for M:SharpSvn.SvnClient.GetRevisionPropertyList(SharpSvn.SvnUriTarget,SharpSvn.SvnRevisionPropertyListArgs,SharpSvn.SvnPropertyCollection@)]